]> git.proxmox.com Git - rustc.git/blame - compiler/rustc_metadata/Cargo.toml
New upstream version 1.77.2+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 5
1b1a35ee 6[dependencies]
ed00b5ec 7# tidy-alphabetical-start
c0240ec0
FG
8bitflags = "2.4.1"
9libloading = "0.8.0"
c295e0f8 10odht = { version = "0.3.1", features = ["nightly"] }
ed00b5ec 11rustc_ast = { path = "../rustc_ast" }
1b1a35ee
XL
12rustc_attr = { path = "../rustc_attr" }
13rustc_data_structures = { path = "../rustc_data_structures" }
14rustc_errors = { path = "../rustc_errors" }
ed00b5ec 15rustc_expand = { path = "../rustc_expand" }
1b1a35ee 16rustc_feature = { path = "../rustc_feature" }
49aad941 17rustc_fluent_macro = { path = "../rustc_fluent_macro" }
353b0b11 18rustc_fs_util = { path = "../rustc_fs_util" }
1b1a35ee
XL
19rustc_hir = { path = "../rustc_hir" }
20rustc_hir_pretty = { path = "../rustc_hir_pretty" }
1b1a35ee
XL
21rustc_index = { path = "../rustc_index" }
22rustc_macros = { path = "../rustc_macros" }
ed00b5ec 23rustc_middle = { path = "../rustc_middle" }
1b1a35ee 24rustc_serialize = { path = "../rustc_serialize" }
1b1a35ee 25rustc_session = { path = "../rustc_session" }
ed00b5ec
FG
26rustc_span = { path = "../rustc_span" }
27rustc_target = { path = "../rustc_target" }
923072b8 28rustc_type_ir = { path = "../rustc_type_ir" }
ed00b5ec
FG
29snap = "1"
30tempfile = "3.2"
31tracing = "0.1"
32# tidy-alphabetical-end