]> git.lizzy.rs Git - rust.git/blob - src/librustdoc/Cargo.toml
Rollup merge of #67131 - Centril:item-merge, r=petrochenkov
[rust.git] / src / librustdoc / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "rustdoc"
4 version = "0.0.0"
5 edition = "2018"
6
7 [lib]
8 name = "rustdoc"
9 path = "lib.rs"
10
11 [dependencies]
12 pulldown-cmark = { version = "0.5.3", default-features = false }
13 minifier = "0.0.33"
14 rayon = { version = "0.3.0", package = "rustc-rayon" }
15 serde = { version = "1.0", features = ["derive"] }
16 serde_json = "1.0"
17 tempfile = "3"