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