2020-08-28 03:58:48 +00:00
|
|
|
[package]
|
2024-12-13 13:47:11 +00:00
|
|
|
name = "rustc_attr_parsing"
|
2020-08-28 03:58:48 +00:00
|
|
|
version = "0.0.0"
|
2025-02-20 18:37:58 +00:00
|
|
|
edition = "2024"
|
2020-08-28 03:58:48 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2023-10-20 02:37:29 +00:00
|
|
|
# tidy-alphabetical-start
|
2024-03-24 01:03:39 +00:00
|
|
|
rustc_abi = { path = "../rustc_abi" }
|
2023-10-04 05:21:02 +00:00
|
|
|
rustc_ast = { path = "../rustc_ast" }
|
2020-08-28 03:58:48 +00:00
|
|
|
rustc_ast_pretty = { path = "../rustc_ast_pretty" }
|
2024-12-13 13:47:11 +00:00
|
|
|
rustc_attr_data_structures = { path = "../rustc_attr_data_structures" }
|
2023-10-04 05:21:02 +00:00
|
|
|
rustc_errors = { path = "../rustc_errors" }
|
2020-08-28 03:58:48 +00:00
|
|
|
rustc_feature = { path = "../rustc_feature" }
|
2023-10-04 05:21:02 +00:00
|
|
|
rustc_fluent_macro = { path = "../rustc_fluent_macro" }
|
2025-02-09 21:49:31 +00:00
|
|
|
rustc_hir = { path = "../rustc_hir" }
|
2020-08-28 03:58:48 +00:00
|
|
|
rustc_lexer = { path = "../rustc_lexer" }
|
|
|
|
rustc_macros = { path = "../rustc_macros" }
|
|
|
|
rustc_session = { path = "../rustc_session" }
|
2023-10-04 05:21:02 +00:00
|
|
|
rustc_span = { path = "../rustc_span" }
|
2025-02-09 21:49:31 +00:00
|
|
|
thin-vec = "0.2.12"
|
2023-10-20 02:37:29 +00:00
|
|
|
# tidy-alphabetical-end
|