]> git.proxmox.com Git - rustc.git/blame - compiler/rustc_hir/Cargo.toml
New upstream version 1.57.0+dfsg1
[rustc.git] / compiler / rustc_hir / Cargo.toml
CommitLineData
1b1a35ee 1[package]
1b1a35ee
XL
2name = "rustc_hir"
3version = "0.0.0"
c295e0f8 4edition = "2021"
1b1a35ee
XL
5
6[lib]
7doctest = false
8
9[dependencies]
10rustc_target = { path = "../rustc_target" }
5869c6ff 11rustc_feature = { path = "../rustc_feature" }
1b1a35ee
XL
12rustc_macros = { path = "../rustc_macros" }
13rustc_data_structures = { path = "../rustc_data_structures" }
14rustc_index = { path = "../rustc_index" }
15rustc_span = { path = "../rustc_span" }
16rustc_serialize = { path = "../rustc_serialize" }
17rustc_ast = { path = "../rustc_ast" }
18tracing = "0.1"
6a06907d 19smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
c295e0f8 20odht = { version = "0.3.1", features = ["nightly"] }