]> git.proxmox.com Git - rustc.git/blame - compiler/rustc_traits/Cargo.toml
New upstream version 1.67.1+dfsg1
[rustc.git] / compiler / rustc_traits / Cargo.toml
CommitLineData
1b1a35ee 1[package]
1b1a35ee
XL
2name = "rustc_traits"
3version = "0.0.0"
c295e0f8 4edition = "2021"
1b1a35ee
XL
5
6[dependencies]
7tracing = "0.1"
5869c6ff 8rustc_attr = { path = "../rustc_attr" }
1b1a35ee
XL
9rustc_middle = { path = "../rustc_middle" }
10rustc_data_structures = { path = "../rustc_data_structures" }
11rustc_hir = { path = "../rustc_hir" }
12rustc_index = { path = "../rustc_index" }
13rustc_ast = { path = "../rustc_ast" }
14rustc_span = { path = "../rustc_span" }
487cf647
FG
15rustc_target = { path = "../rustc_target" }
16chalk-ir = "0.87.0"
17chalk-engine = "0.87.0"
18chalk-solve = "0.87.0"
064997fb 19smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
1b1a35ee
XL
20rustc_infer = { path = "../rustc_infer" }
21rustc_trait_selection = { path = "../rustc_trait_selection" }