rust/compiler/rustc_span/Cargo.toml

24 lines
595 B
TOML
Raw Normal View History

2020-08-28 03:58:48 +00:00
[package]
name = "rustc_span"
version = "0.0.0"
2021-09-19 16:49:55 +00:00
edition = "2021"
2020-08-28 03:58:48 +00:00
[dependencies]
# tidy-alphabetical-start
blake3 = "1.5.2"
2024-06-26 22:39:48 +00:00
derive-where = "1.2.7"
indexmap = { version = "2.0.0" }
itoa = "1.0"
md5 = { package = "md-5", version = "0.10.0" }
rustc_arena = { path = "../rustc_arena" }
2020-08-28 03:58:48 +00:00
rustc_data_structures = { path = "../rustc_data_structures" }
rustc_index = { path = "../rustc_index" }
rustc_macros = { path = "../rustc_macros" }
rustc_serialize = { path = "../rustc_serialize" }
2020-08-28 03:58:48 +00:00
scoped-tls = "1.0"
2023-01-10 19:09:52 +00:00
sha1 = "0.10.0"
sha2 = "0.10.1"
tracing = "0.1"
2024-10-12 21:57:50 +00:00
unicode-width = "0.2.0"
# tidy-alphabetical-end