2020-08-27 22:58:48 -05:00
|
|
|
[package]
|
|
|
|
name = "rustc_span"
|
|
|
|
version = "0.0.0"
|
2021-09-19 11:49:55 -05:00
|
|
|
edition = "2021"
|
2020-08-27 22:58:48 -05:00
|
|
|
|
|
|
|
[dependencies]
|
2023-10-19 21:37:29 -05:00
|
|
|
# tidy-alphabetical-start
|
2024-06-26 17:39:48 -05:00
|
|
|
derive-where = "1.2.7"
|
2023-10-19 21:37:29 -05:00
|
|
|
indexmap = { version = "2.0.0" }
|
2024-03-06 12:39:36 -06:00
|
|
|
itoa = "1.0"
|
2023-10-19 21:37:29 -05: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-19 21:37:29 -05: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 13:09:52 -06:00
|
|
|
sha1 = "0.10.0"
|
2022-02-10 10:54:01 -06:00
|
|
|
sha2 = "0.10.1"
|
2023-10-19 21:37:29 -05:00
|
|
|
tracing = "0.1"
|
|
|
|
unicode-width = "0.1.4"
|
|
|
|
# tidy-alphabetical-end
|