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]
|
2023-10-20 02:37:29 +00:00
|
|
|
# tidy-alphabetical-start
|
2024-06-22 07:27:59 +00:00
|
|
|
blake3 = "1.5.2"
|
2024-06-26 22:39:48 +00:00
|
|
|
derive-where = "1.2.7"
|
2023-10-20 02:37:29 +00:00
|
|
|
indexmap = { version = "2.0.0" }
|
2024-03-06 18:39:36 +00:00
|
|
|
itoa = "1.0"
|
2023-10-20 02:37:29 +00:00
|
|
|
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" }
|
2023-10-20 02:37:29 +00:00
|
|
|
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"
|
2022-02-10 16:54:01 +00:00
|
|
|
sha2 = "0.10.1"
|
2023-10-20 02:37:29 +00:00
|
|
|
tracing = "0.1"
|
2024-10-12 21:57:50 +00:00
|
|
|
unicode-width = "0.2.0"
|
2023-10-20 02:37:29 +00:00
|
|
|
# tidy-alphabetical-end
|