]> git.proxmox.com Git - rustc.git/blame - compiler/rustc_traits/Cargo.toml
New upstream version 1.49.0~beta.4+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"
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" }
29967ef6
XL
15chalk-ir = "0.36.0"
16chalk-solve = "0.36.0"
17chalk-engine = "0.36.0"
1b1a35ee
XL
18smallvec = { version = "1.0", features = ["union", "may_dangle"] }
19rustc_infer = { path = "../rustc_infer" }
20rustc_trait_selection = { path = "../rustc_trait_selection" }