]> git.lizzy.rs Git - rust.git/blob - src/librustc_data_structures/Cargo.toml
Rollup merge of #53545 - FelixMcFelix:fix-50865-beta, r=petrochenkov
[rust.git] / src / librustc_data_structures / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "rustc_data_structures"
4 version = "0.0.0"
5
6 [lib]
7 name = "rustc_data_structures"
8 path = "lib.rs"
9 crate-type = ["dylib"]
10
11 [dependencies]
12 ena = "0.9.3"
13 log = "0.4"
14 rustc_cratesio_shim = { path = "../librustc_cratesio_shim" }
15 serialize = { path = "../libserialize" }
16 cfg-if = "0.1.2"
17 stable_deref_trait = "1.0.0"
18 parking_lot_core = "0.2.8"
19 rustc-rayon = "0.1.1"
20 rustc-rayon-core = "0.1.1"
21 rustc-hash = "1.0.1"
22 smallvec = { version = "0.6.5", features = ["union"] }
23
24 [dependencies.parking_lot]
25 version = "0.5"
26 features = ["nightly"]