2016-01-21 17:19:23 -06: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-11-02 03:46:59 -05:00
|
|
|
ena = "0.11"
|
2018-01-07 09:54:05 -06:00
|
|
|
log = "0.4"
|
2018-04-25 11:30:39 -05:00
|
|
|
rustc_cratesio_shim = { path = "../librustc_cratesio_shim" }
|
2016-01-21 17:19:23 -06:00
|
|
|
serialize = { path = "../libserialize" }
|
2018-10-13 09:43:12 -05:00
|
|
|
graphviz = { path = "../libgraphviz" }
|
2017-12-03 06:49:01 -06:00
|
|
|
cfg-if = "0.1.2"
|
|
|
|
stable_deref_trait = "1.0.0"
|
2018-05-13 20:00:52 -05:00
|
|
|
rustc-rayon = "0.1.1"
|
|
|
|
rustc-rayon-core = "0.1.1"
|
2018-05-23 22:37:40 -05:00
|
|
|
rustc-hash = "1.0.1"
|
2018-11-28 15:52:22 -06:00
|
|
|
smallvec = { version = "0.6.7", features = ["union", "may_dangle"] }
|
2017-12-03 06:49:01 -06:00
|
|
|
|
|
|
|
[dependencies.parking_lot]
|
2018-08-04 17:24:39 -05:00
|
|
|
version = "0.6"
|
2018-01-07 09:54:05 -06:00
|
|
|
features = ["nightly"]
|