]> git.proxmox.com Git - rustc.git/blame - compiler/rustc_metadata/Cargo.toml
New upstream version 1.71.1+dfsg1
[rustc.git] / compiler / rustc_metadata / Cargo.toml
CommitLineData
1b1a35ee 1[package]
1b1a35ee
XL
2name = "rustc_metadata"
3version = "0.0.0"
c295e0f8 4edition = "2021"
1b1a35ee
XL
5
6[lib]
1b1a35ee
XL
7
8[dependencies]
9ffffee4 9bitflags = "1.2.1"
a2a8927a 10libloading = "0.7.1"
c295e0f8 11odht = { version = "0.3.1", features = ["nightly"] }
1b1a35ee
XL
12snap = "1"
13tracing = "0.1"
064997fb 14tempfile = "3.2"
1b1a35ee
XL
15rustc_middle = { path = "../rustc_middle" }
16rustc_attr = { path = "../rustc_attr" }
17rustc_data_structures = { path = "../rustc_data_structures" }
18rustc_errors = { path = "../rustc_errors" }
19rustc_feature = { path = "../rustc_feature" }
49aad941 20rustc_fluent_macro = { path = "../rustc_fluent_macro" }
353b0b11 21rustc_fs_util = { path = "../rustc_fs_util" }
1b1a35ee
XL
22rustc_hir = { path = "../rustc_hir" }
23rustc_hir_pretty = { path = "../rustc_hir_pretty" }
24rustc_target = { path = "../rustc_target" }
25rustc_index = { path = "../rustc_index" }
26rustc_macros = { path = "../rustc_macros" }
27rustc_serialize = { path = "../rustc_serialize" }
1b1a35ee
XL
28rustc_ast = { path = "../rustc_ast" }
29rustc_expand = { path = "../rustc_expand" }
30rustc_span = { path = "../rustc_span" }
31rustc_session = { path = "../rustc_session" }
923072b8 32rustc_type_ir = { path = "../rustc_type_ir" }