]> git.proxmox.com Git - rustc.git/blame - compiler/rustc_span/Cargo.toml
New upstream version 1.68.2+dfsg1
[rustc.git] / compiler / rustc_span / Cargo.toml
CommitLineData
1b1a35ee 1[package]
1b1a35ee
XL
2name = "rustc_span"
3version = "0.0.0"
c295e0f8 4edition = "2021"
1b1a35ee
XL
5
6[lib]
1b1a35ee
XL
7
8[dependencies]
9rustc_serialize = { path = "../rustc_serialize" }
10rustc_macros = { path = "../rustc_macros" }
11rustc_data_structures = { path = "../rustc_data_structures" }
12rustc_index = { path = "../rustc_index" }
13rustc_arena = { path = "../rustc_arena" }
14scoped-tls = "1.0"
15unicode-width = "0.1.4"
9c376795 16cfg-if = "1.0"
1b1a35ee 17tracing = "0.1"
9c376795 18sha1 = "0.10.0"
5099ac24
FG
19sha2 = "0.10.1"
20md5 = { package = "md-5", version = "0.10.0" }