blob: e1f0a74fc683d152c0516f9e22e8f311d03ab11b [file] [log] [blame]
[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.1"
log = "0.4"
serialize = { path = "../libserialize" }
cfg-if = "0.1.2"
stable_deref_trait = "1.0.0"
parking_lot_core = "0.2.8"
[dependencies.parking_lot]
version = "0.5"
features = ["nightly"]