]> git.proxmox.com Git - rustc.git/blame - compiler/rustc_middle/Cargo.toml
New upstream version 1.71.1+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"
487cf647
FG
10chalk-ir = "0.87.0"
11derive_more = "0.99.17"
c295e0f8
XL
12either = "1.5.0"
13gsgdt = "0.1.2"
49aad941
FG
14field-offset = "0.3.5"
15measureme = "10.0.0"
94222f64 16polonius-engine = "0.13.0"
1b1a35ee 17rustc_apfloat = { path = "../rustc_apfloat" }
f2b60f7d
FG
18rustc_arena = { path = "../rustc_arena" }
19rustc_ast = { path = "../rustc_ast" }
1b1a35ee 20rustc_attr = { path = "../rustc_attr" }
1b1a35ee 21rustc_data_structures = { path = "../rustc_data_structures" }
1b1a35ee 22rustc_errors = { path = "../rustc_errors" }
9c376795
FG
23# Used for intra-doc links
24rustc_error_messages = { path = "../rustc_error_messages" }
f2b60f7d 25rustc_feature = { path = "../rustc_feature" }
49aad941 26rustc_fluent_macro = { path = "../rustc_fluent_macro" }
c295e0f8 27rustc_graphviz = { path = "../rustc_graphviz" }
f2b60f7d 28rustc_hir = { path = "../rustc_hir" }
1b1a35ee 29rustc_index = { path = "../rustc_index" }
f2b60f7d
FG
30rustc_macros = { path = "../rustc_macros" }
31rustc_query_system = { path = "../rustc_query_system" }
353b0b11
FG
32rustc-rayon-core = { version = "0.5.0", optional = true }
33rustc-rayon = { version = "0.5.0", optional = true }
1b1a35ee 34rustc_serialize = { path = "../rustc_serialize" }
1b1a35ee 35rustc_session = { path = "../rustc_session" }
f2b60f7d
FG
36rustc_span = { path = "../rustc_span" }
37rustc_target = { path = "../rustc_target" }
fc512014 38rustc_type_ir = { path = "../rustc_type_ir" }
f2b60f7d 39smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
9ffffee4 40thin-vec = "0.2.12"
f2b60f7d 41tracing = "0.1"
5e7ed085
FG
42
43[features]
44rustc_use_parallel_compiler = ["rustc-rayon", "rustc-rayon-core"]