a82f0ce54b
Unfortunately this'll dupe parking_lot until the data_structures crate is published and be updated in rls in conjunction with crossbeam-channel
28 lines
700 B
TOML
28 lines
700 B
TOML
[package]
|
|
authors = ["The Rust Project Developers"]
|
|
name = "rustc_data_structures"
|
|
version = "0.0.0"
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
name = "rustc_data_structures"
|
|
path = "lib.rs"
|
|
crate-type = ["dylib"]
|
|
|
|
[dependencies]
|
|
ena = "0.11"
|
|
log = "0.4"
|
|
rustc_cratesio_shim = { path = "../librustc_cratesio_shim" }
|
|
serialize = { path = "../libserialize" }
|
|
graphviz = { path = "../libgraphviz" }
|
|
cfg-if = "0.1.2"
|
|
stable_deref_trait = "1.0.0"
|
|
rayon = { version = "0.1.1", package = "rustc-rayon" }
|
|
rayon-core = { version = "0.1.1", package = "rustc-rayon-core" }
|
|
rustc-hash = "1.0.1"
|
|
smallvec = { version = "0.6.7", features = ["union", "may_dangle"] }
|
|
|
|
[dependencies.parking_lot]
|
|
version = "0.7"
|
|
features = ["nightly"]
|