]> git.proxmox.com Git - rustc.git/blame - compiler/rustc_symbol_mangling/Cargo.toml
New upstream version 1.65.0+dfsg1
[rustc.git] / compiler / rustc_symbol_mangling / Cargo.toml
CommitLineData
1b1a35ee 1[package]
1b1a35ee
XL
2name = "rustc_symbol_mangling"
3version = "0.0.0"
c295e0f8 4edition = "2021"
1b1a35ee
XL
5
6[lib]
7doctest = false
8
9[dependencies]
064997fb 10bitflags = "1.2.1"
1b1a35ee
XL
11tracing = "0.1"
12punycode = "0.4.0"
94222f64 13rustc-demangle = "0.1.21"
1b1a35ee 14
1b1a35ee
XL
15rustc_span = { path = "../rustc_span" }
16rustc_middle = { path = "../rustc_middle" }
17rustc_hir = { path = "../rustc_hir" }
18rustc_target = { path = "../rustc_target" }
19rustc_data_structures = { path = "../rustc_data_structures" }
20rustc_session = { path = "../rustc_session" }
f2b60f7d
FG
21rustc_macros = { path = "../rustc_macros" }
22rustc_errors = { path = "../rustc_errors" }