]> git.proxmox.com Git - rustc.git/blob - compiler/rustc_symbol_mangling/Cargo.toml
New upstream version 1.68.2+dfsg1
[rustc.git] / compiler / rustc_symbol_mangling / Cargo.toml
1 [package]
2 name = "rustc_symbol_mangling"
3 version = "0.0.0"
4 edition = "2021"
5
6 [lib]
7
8 [dependencies]
9 bitflags = "1.2.1"
10 tracing = "0.1"
11 punycode = "0.4.0"
12 rustc-demangle = "0.1.21"
13 twox-hash = "1.6.3"
14
15 rustc_span = { path = "../rustc_span" }
16 rustc_middle = { path = "../rustc_middle" }
17 rustc_hir = { path = "../rustc_hir" }
18 rustc_target = { path = "../rustc_target" }
19 rustc_data_structures = { path = "../rustc_data_structures" }
20 rustc_session = { path = "../rustc_session" }
21 rustc_macros = { path = "../rustc_macros" }
22 rustc_errors = { path = "../rustc_errors" }