]> git.proxmox.com Git - rustc.git/blame - compiler/rustc_traits/Cargo.toml
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / compiler / rustc_traits / Cargo.toml
CommitLineData
1b1a35ee
XL
1[package]
2authors = ["The Rust Project Developers"]
3name = "rustc_traits"
4version = "0.0.0"
5edition = "2018"
6
7[dependencies]
8tracing = "0.1"
5869c6ff 9rustc_attr = { path = "../rustc_attr" }
1b1a35ee
XL
10rustc_middle = { path = "../rustc_middle" }
11rustc_data_structures = { path = "../rustc_data_structures" }
12rustc_hir = { path = "../rustc_hir" }
13rustc_index = { path = "../rustc_index" }
14rustc_ast = { path = "../rustc_ast" }
15rustc_span = { path = "../rustc_span" }
5869c6ff
XL
16chalk-ir = "0.55.0"
17chalk-solve = "0.55.0"
18chalk-engine = "0.55.0"
6a06907d 19smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
1b1a35ee
XL
20rustc_infer = { path = "../rustc_infer" }
21rustc_trait_selection = { path = "../rustc_trait_selection" }