]> git.lizzy.rs Git - rust.git/blob - src/librustc_data_structures/Cargo.toml
Auto merge of #47251 - rkruppe:rm-simd-attr, r=eddyb
[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 log = "0.4"
13 serialize = { path = "../libserialize" }
14 cfg-if = "0.1.2"
15 stable_deref_trait = "1.0.0"
16 parking_lot_core = "0.2.8"
17
18 [dependencies.parking_lot]
19 version = "0.5"
20 features = ["nightly"]