]> git.proxmox.com Git - rustc.git/blame - src/tools/rustbook/Cargo.toml
New upstream version 1.41.1+dfsg1
[rustc.git] / src / tools / rustbook / Cargo.toml
CommitLineData
54a0048b
SL
1[package]
2authors = ["The Rust Project Developers"]
3name = "rustbook"
8bb4bdeb 4version = "0.1.0"
48663c56 5license = "MIT OR Apache-2.0"
9fa01778 6edition = "2018"
54a0048b 7
416331ca 8[features]
60c5eb7d 9linkcheck = ["mdbook-linkcheck", "codespan-reporting"]
416331ca 10
8bb4bdeb 11[dependencies]
041b39d2 12clap = "2.25.0"
416331ca 13failure = "0.1"
60c5eb7d
XL
14mdbook-linkcheck = { version = "0.5.0", optional = true }
15# Keep in sync with mdbook-linkcheck.
16codespan-reporting = { version = "0.5", optional = true }
17
e74abb32
XL
18
19# A noop dependency that changes in the Rust repository, it's a bit of a hack.
20# See the `src/tools/rustc-workspace-hack/README.md` file in `rust-lang/rust`
21# for more information.
22rustc-workspace-hack = "1.0.0"
8bb4bdeb 23
dc9dc135 24[dependencies.mdbook]
60c5eb7d 25version = "0.3.0"
9fa01778
XL
26default-features = false
27features = ["search"]