2019-11-30 00:23:38 +01:00
|
|
|
[package]
|
|
|
|
name = "rustc_feature"
|
|
|
|
version = "0.0.0"
|
2025-02-20 18:37:58 +00:00
|
|
|
edition = "2024"
|
2019-11-30 00:23:38 +01:00
|
|
|
|
|
|
|
[dependencies]
|
2023-10-20 13:37:29 +11:00
|
|
|
# tidy-alphabetical-start
|
2020-08-27 22:58:48 -05:00
|
|
|
rustc_data_structures = { path = "../rustc_data_structures" }
|
|
|
|
rustc_span = { path = "../rustc_span" }
|
2024-09-06 13:05:01 -07:00
|
|
|
serde = { version = "1.0.125", features = [ "derive" ] }
|
|
|
|
serde_json = "1.0.59"
|
2023-10-20 13:37:29 +11:00
|
|
|
# tidy-alphabetical-end
|