]> git.proxmox.com Git - rustc.git/blame - src/librustdoc/Cargo.toml
New upstream version 1.41.1+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]
8name = "rustdoc"
9path = "lib.rs"
7453a54e
SL
10
11[dependencies]
416331ca
XL
12pulldown-cmark = { version = "0.5.3", default-features = false }
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"
8faf50e0 17tempfile = "3"