]> git.proxmox.com Git - rustc.git/blame - compiler/rustc_span/Cargo.toml
New upstream version 1.57.0+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]
7doctest = false
8
9[dependencies]
10rustc_serialize = { path = "../rustc_serialize" }
11rustc_macros = { path = "../rustc_macros" }
12rustc_data_structures = { path = "../rustc_data_structures" }
13rustc_index = { path = "../rustc_index" }
14rustc_arena = { path = "../rustc_arena" }
15scoped-tls = "1.0"
16unicode-width = "0.1.4"
17cfg-if = "0.1.2"
18tracing = "0.1"
136023e0 19sha1 = { package = "sha-1", version = "0.9" }
29967ef6 20sha2 = "0.9"
136023e0 21md5 = { package = "md-5", version = "0.9" }