]> git.proxmox.com Git - rustc.git/blame - compiler/rustc_query_system/Cargo.toml
New upstream version 1.56.0+dfsg1
[rustc.git] / compiler / rustc_query_system / Cargo.toml
CommitLineData
1b1a35ee 1[package]
1b1a35ee
XL
2name = "rustc_query_system"
3version = "0.0.0"
4edition = "2018"
5
6[lib]
7doctest = false
8
9[dependencies]
10rustc_arena = { path = "../rustc_arena" }
11tracing = "0.1"
6a06907d 12rustc-rayon-core = "0.3.1"
1b1a35ee
XL
13rustc_data_structures = { path = "../rustc_data_structures" }
14rustc_errors = { path = "../rustc_errors" }
15rustc_macros = { path = "../rustc_macros" }
16rustc_index = { path = "../rustc_index" }
17rustc_serialize = { path = "../rustc_serialize" }
6a06907d 18rustc_session = { path = "../rustc_session" }
1b1a35ee
XL
19rustc_span = { path = "../rustc_span" }
20parking_lot = "0.11"
6a06907d 21smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }