]> git.proxmox.com Git - rustc.git/blame - compiler/rustc_middle/Cargo.toml
New upstream version 1.68.2+dfsg1
[rustc.git] / compiler / rustc_middle / Cargo.toml
CommitLineData
1b1a35ee 1[package]
1b1a35ee
XL
2name = "rustc_middle"
3version = "0.0.0"
c295e0f8 4edition = "2021"
1b1a35ee
XL
5
6[lib]
1b1a35ee
XL
7
8[dependencies]
1b1a35ee 9bitflags = "1.2.1"
6522a427
EL
10chalk-ir = "0.87.0"
11derive_more = "0.99.17"
c295e0f8
XL
12either = "1.5.0"
13gsgdt = "0.1.2"
94222f64 14polonius-engine = "0.13.0"
1b1a35ee 15rustc_apfloat = { path = "../rustc_apfloat" }
f2b60f7d
FG
16rustc_arena = { path = "../rustc_arena" }
17rustc_ast = { path = "../rustc_ast" }
1b1a35ee 18rustc_attr = { path = "../rustc_attr" }
1b1a35ee 19rustc_data_structures = { path = "../rustc_data_structures" }
1b1a35ee 20rustc_errors = { path = "../rustc_errors" }
6522a427
EL
21# Used for intra-doc links
22rustc_error_messages = { path = "../rustc_error_messages" }
f2b60f7d 23rustc_feature = { path = "../rustc_feature" }
c295e0f8 24rustc_graphviz = { path = "../rustc_graphviz" }
f2b60f7d 25rustc_hir = { path = "../rustc_hir" }
1b1a35ee 26rustc_index = { path = "../rustc_index" }
f2b60f7d
FG
27rustc_macros = { path = "../rustc_macros" }
28rustc_query_system = { path = "../rustc_query_system" }
29rustc-rayon-core = { version = "0.4.0", optional = true }
30rustc-rayon = { version = "0.4.0", optional = true }
1b1a35ee 31rustc_serialize = { path = "../rustc_serialize" }
1b1a35ee 32rustc_session = { path = "../rustc_session" }
f2b60f7d
FG
33rustc_span = { path = "../rustc_span" }
34rustc_target = { path = "../rustc_target" }
fc512014 35rustc_type_ir = { path = "../rustc_type_ir" }
f2b60f7d 36smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
6522a427 37thin-vec = "0.2.9"
f2b60f7d 38tracing = "0.1"
5e7ed085
FG
39
40[features]
41rustc_use_parallel_compiler = ["rustc-rayon", "rustc-rayon-core"]