]> git.proxmox.com Git - rustc.git/blame - compiler/rustc_query_impl/Cargo.toml
New upstream version 1.70.0+dfsg1
[rustc.git] / compiler / rustc_query_impl / Cargo.toml
CommitLineData
6a06907d 1[package]
6a06907d
XL
2name = "rustc_query_impl"
3version = "0.0.0"
c295e0f8 4edition = "2021"
6a06907d
XL
5
6[lib]
9c376795 7
6a06907d
XL
8
9[dependencies]
3c0e092e 10measureme = "10.0.0"
6a06907d 11rustc_ast = { path = "../rustc_ast" }
6a06907d
XL
12rustc_data_structures = { path = "../rustc_data_structures" }
13rustc_errors = { path = "../rustc_errors" }
6a06907d
XL
14rustc_hir = { path = "../rustc_hir" }
15rustc_index = { path = "../rustc_index" }
16rustc_macros = { path = "../rustc_macros" }
17rustc_middle = { path = "../rustc_middle" }
18rustc_query_system = { path = "../rustc_query_system" }
353b0b11 19rustc-rayon-core = { version = "0.5.0", optional = true }
6a06907d
XL
20rustc_serialize = { path = "../rustc_serialize" }
21rustc_session = { path = "../rustc_session" }
136023e0 22rustc_span = { path = "../rustc_span" }
9ffffee4 23thin-vec = "0.2.12"
04454e1e 24tracing = "0.1"
5e7ed085
FG
25
26[features]
27rustc_use_parallel_compiler = ["rustc-rayon-core", "rustc_query_system/rustc_use_parallel_compiler"]