]> git.proxmox.com Git - rustc.git/blame - src/librustdoc/Cargo.toml
New upstream version 1.51.0+dfsg1
[rustc.git] / src / librustdoc / Cargo.toml
CommitLineData
7453a54e
SL
1[package]
2authors = ["The Rust Project Developers"]
3name = "rustdoc"
4version = "0.0.0"
9fa01778 5edition = "2018"
7453a54e
SL
6
7[lib]
7453a54e 8path = "lib.rs"
7453a54e
SL
9
10[dependencies]
5869c6ff 11arrayvec = { version = "0.5.1", default-features = false }
1b1a35ee 12pulldown-cmark = { version = "0.8", default-features = false }
416331ca 13minifier = "0.0.33"
e74abb32 14rayon = { version = "0.3.0", package = "rustc-rayon" }
60c5eb7d
XL
15serde = { version = "1.0", features = ["derive"] }
16serde_json = "1.0"
3dfed10e 17smallvec = "1.0"
8faf50e0 18tempfile = "3"
1b1a35ee 19itertools = "0.9"
29967ef6 20regex = "1"
5869c6ff 21rustdoc-json-types = { path = "../rustdoc-json-types" }
1b1a35ee
XL
22
23[dev-dependencies]
24expect-test = "1.0"