]> git.proxmox.com Git - rustc.git/blame - vendor/mdbook/Cargo.toml
New upstream version 1.70.0+dfsg1
[rustc.git] / vendor / mdbook / Cargo.toml
CommitLineData
ea8adc8c
XL
1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
94222f64 6# to registry (e.g., crates.io) dependencies.
ea8adc8c 7#
94222f64
XL
8# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
ea8adc8c 11
cc61c64b 12[package]
9c376795
FG
13edition = "2021"
14rust-version = "1.60"
cc61c64b 15name = "mdbook"
353b0b11 16version = "0.4.28"
04454e1e
FG
17authors = [
18 "Mathieu David <mathieudavid@mathieudavid.org>",
19 "Michael-F-Bryan <michaelfbryan@gmail.com>",
20 "Matt Ickstadt <mattico8@gmail.com>",
21]
fc512014 22exclude = ["/guide/*"]
dc9dc135 23description = "Creates a book from markdown files"
9c376795 24documentation = "https://rust-lang.github.io/mdBook/index.html"
ea8adc8c 25readme = "README.md"
04454e1e
FG
26keywords = [
27 "book",
28 "gitbook",
29 "rustbook",
30 "markdown",
31]
cc61c64b 32license = "MPL-2.0"
e74abb32 33repository = "https://github.com/rust-lang/mdBook"
ea8adc8c
XL
34
35[[bin]]
36name = "mdbook"
ea8adc8c 37doc = false
04454e1e 38
9c376795
FG
39[[example]]
40name = "nop-preprocessor"
41test = true
42
83c7162d 43[dependencies.ammonia]
e74abb32 44version = "3"
83c7162d
XL
45optional = true
46
f035d41b
XL
47[dependencies.anyhow]
48version = "1.0.28"
49
2c00a5a8
XL
50[dependencies.chrono]
51version = "0.4"
353b0b11
FG
52features = ["clock"]
53default-features = false
ea8adc8c 54
2c00a5a8 55[dependencies.clap]
9c376795
FG
56version = "4.0.29"
57features = [
58 "cargo",
59 "wrap_help",
60]
04454e1e
FG
61
62[dependencies.clap_complete]
9c376795 63version = "4.0.6"
ea8adc8c 64
83c7162d 65[dependencies.elasticlunr-rs]
064997fb 66version = "3.0.0"
83c7162d 67optional = true
83c7162d 68
2c00a5a8 69[dependencies.env_logger]
9c376795 70version = "0.10.0"
2c00a5a8 71
f035d41b
XL
72[dependencies.futures-util]
73version = "0.3.4"
74optional = true
2c00a5a8 75
e74abb32
XL
76[dependencies.gitignore]
77version = "1.0"
78optional = true
79
2c00a5a8 80[dependencies.handlebars]
94222f64 81version = "4.0"
ea8adc8c 82
2c00a5a8
XL
83[dependencies.log]
84version = "0.4"
ea8adc8c 85
2c00a5a8
XL
86[dependencies.memchr]
87version = "2.0"
88
89[dependencies.notify]
9c376795
FG
90version = "5.0.0"
91optional = true
92
93[dependencies.notify-debouncer-mini]
94version = "0.2.1"
ea8adc8c
XL
95optional = true
96
9c376795
FG
97[dependencies.once_cell]
98version = "1"
99
a2a8927a
XL
100[dependencies.opener]
101version = "0.5"
2c00a5a8
XL
102
103[dependencies.pulldown-cmark]
04454e1e
FG
104version = "0.9.1"
105default-features = false
2c00a5a8
XL
106
107[dependencies.regex]
04454e1e 108version = "1.5.5"
2c00a5a8 109
ea8adc8c
XL
110[dependencies.serde]
111version = "1.0"
064997fb 112features = ["derive"]
2c00a5a8
XL
113
114[dependencies.serde_json]
115version = "1.0"
116
117[dependencies.shlex]
6a06907d 118version = "1"
ea8adc8c 119
83c7162d
XL
120[dependencies.tempfile]
121version = "3.0"
ea8adc8c 122
f035d41b 123[dependencies.tokio]
94222f64 124version = "1"
04454e1e
FG
125features = [
126 "macros",
127 "rt-multi-thread",
128]
f035d41b
XL
129optional = true
130
ea8adc8c 131[dependencies.toml]
dc9dc135 132version = "0.5.1"
ea8adc8c 133
a2a8927a 134[dependencies.topological-sort]
9c376795 135version = "0.2.2"
a2a8927a 136
f035d41b 137[dependencies.warp]
064997fb 138version = "0.3.2"
f035d41b 139features = ["websocket"]
ea8adc8c 140optional = true
f035d41b 141default-features = false
04454e1e 142
a2a8927a 143[dev-dependencies.assert_cmd]
9c376795 144version = "2.0.7"
a2a8927a
XL
145
146[dev-dependencies.predicates]
147version = "2"
148
2c00a5a8 149[dev-dependencies.pretty_assertions]
064997fb 150version = "1.2.1"
ea8adc8c 151
2c00a5a8 152[dev-dependencies.select]
9c376795 153version = "0.6.0"
ea8adc8c 154
94222f64 155[dev-dependencies.semver]
04454e1e 156version = "1.0"
94222f64 157
2c00a5a8
XL
158[dev-dependencies.walkdir]
159version = "2.0"
cc61c64b
XL
160
161[features]
04454e1e
FG
162default = [
163 "watch",
164 "serve",
165 "search",
166]
167search = [
168 "elasticlunr-rs",
169 "ammonia",
170]
171serve = [
172 "futures-util",
173 "tokio",
174 "warp",
175]
176watch = [
177 "notify",
9c376795 178 "notify-debouncer-mini",
04454e1e
FG
179 "gitignore",
180]