granite-rust/src/librustc_data_structures/Cargo.toml

27 lines
587 B
TOML
Raw Normal View History

[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]
ena = "0.9.3"
log = "0.4"
rustc_cratesio_shim = { path = "../librustc_cratesio_shim" }
serialize = { path = "../libserialize" }
cfg-if = "0.1.2"
stable_deref_trait = "1.0.0"
parking_lot_core = "0.2.8"
2018-05-14 03:00:52 +02:00
rustc-rayon = "0.1.1"
rustc-rayon-core = "0.1.1"
rustc-hash = "1.0.1"
2018-08-13 22:15:16 +03:00
smallvec = { version = "0.6.5", features = ["union"] }
[dependencies.parking_lot]
2018-08-04 16:24:39 -06:00
version = "0.6"
features = ["nightly"]