]> git.proxmox.com Git - rustc.git/blame - compiler/rustc_trait_selection/Cargo.toml
New upstream version 1.66.0+dfsg1
[rustc.git] / compiler / rustc_trait_selection / Cargo.toml
CommitLineData
1b1a35ee 1[package]
1b1a35ee
XL
2name = "rustc_trait_selection"
3version = "0.0.0"
c295e0f8 4edition = "2021"
1b1a35ee
XL
5
6[lib]
1b1a35ee
XL
7
8[dependencies]
9rustc_parse_format = { path = "../rustc_parse_format" }
10tracing = "0.1"
11rustc_attr = { path = "../rustc_attr" }
12rustc_middle = { path = "../rustc_middle" }
13rustc_ast = { path = "../rustc_ast" }
14rustc_data_structures = { path = "../rustc_data_structures" }
15rustc_errors = { path = "../rustc_errors" }
16rustc_hir = { path = "../rustc_hir" }
17rustc_index = { path = "../rustc_index" }
18rustc_infer = { path = "../rustc_infer" }
c295e0f8 19rustc_lint_defs = { path = "../rustc_lint_defs" }
1b1a35ee 20rustc_macros = { path = "../rustc_macros" }
c295e0f8 21rustc_query_system = { path = "../rustc_query_system" }
1b1a35ee
XL
22rustc_session = { path = "../rustc_session" }
23rustc_span = { path = "../rustc_span" }
24rustc_target = { path = "../rustc_target" }
064997fb
FG
25rustc_transmute = { path = "../rustc_transmute", features = ["rustc"] }
26smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }