summaryrefslogtreecommitdiff
path: root/vendor/prost-build/Cargo.toml
blob: 7e8062d04d1d339ae2b200b81e8630715ba550e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.71.1"
name = "prost-build"
version = "0.13.5"
authors = [
    "Dan Burkert <dan@danburkert.com>",
    "Lucio Franco <luciofranco14@gmail.com>",
    "Casper Meijn <casper@meijn.net>",
    "Tokio Contributors <team@tokio.rs>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generate Prost annotated Rust types from Protocol Buffers files."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/tokio-rs/prost"

[features]
cleanup-markdown = [
    "dep:pulldown-cmark",
    "dep:pulldown-cmark-to-cmark",
]
default = ["format"]
format = [
    "dep:prettyplease",
    "dep:syn",
]

[lib]
name = "prost_build"
path = "src/lib.rs"

[dependencies.heck]
version = ">=0.4, <=0.5"

[dependencies.itertools]
version = ">=0.10, <=0.14"
features = ["use_alloc"]
default-features = false

[dependencies.log]
version = "0.4.4"

[dependencies.multimap]
version = ">=0.8, <=0.10"
default-features = false

[dependencies.once_cell]
version = "1.17.1"

[dependencies.petgraph]
version = ">=0.6, <=0.7"
default-features = false

[dependencies.prettyplease]
version = "0.2"
optional = true

[dependencies.prost]
version = "0.13.5"
default-features = false

[dependencies.prost-types]
version = "0.13.5"
default-features = false

[dependencies.pulldown-cmark]
version = "0.12"
optional = true
default-features = false

[dependencies.pulldown-cmark-to-cmark]
version = ">=16, <=20"
optional = true

[dependencies.regex]
version = "1.8.1"
features = [
    "std",
    "unicode-bool",
]
default-features = false

[dependencies.syn]
version = "2"
features = ["full"]
optional = true

[dependencies.tempfile]
version = "3"

[dev-dependencies.env_logger]
version = "0.11"
default-features = false