2016-01-21 15:19:23 -08:00
|
|
|
[package]
|
|
|
|
authors = ["The Rust Project Developers"]
|
|
|
|
name = "rustc_data_structures"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
name = "rustc_data_structures"
|
|
|
|
path = "lib.rs"
|
|
|
|
crate-type = ["dylib"]
|
|
|
|
|
|
|
|
[dependencies]
|
2018-05-18 15:25:34 -04:00
|
|
|
ena = "0.9.3"
|
2018-01-07 16:54:05 +01:00
|
|
|
log = "0.4"
|
2018-04-25 19:30:39 +03:00
|
|
|
rustc_cratesio_shim = { path = "../librustc_cratesio_shim" }
|
2016-01-21 15:19:23 -08:00
|
|
|
serialize = { path = "../libserialize" }
|
2017-12-03 13:49:01 +01:00
|
|
|
cfg-if = "0.1.2"
|
|
|
|
stable_deref_trait = "1.0.0"
|
|
|
|
parking_lot_core = "0.2.8"
|
2018-04-26 00:50:33 +02:00
|
|
|
rustc-rayon = "0.1.0"
|
2018-05-24 08:48:02 -04:00
|
|
|
rustc-hash = "1.0.0"
|
2017-12-03 13:49:01 +01:00
|
|
|
|
|
|
|
[dependencies.parking_lot]
|
|
|
|
version = "0.5"
|
2018-01-07 16:54:05 +01:00
|
|
|
features = ["nightly"]
|