2021-01-02 14:42:15 +01:00
|
|
|
[package]
|
|
|
|
name = "rustc_monomorphize"
|
|
|
|
version = "0.0.0"
|
2025-02-20 18:37:58 +00:00
|
|
|
edition = "2024"
|
2021-01-02 14:42:15 +01:00
|
|
|
|
|
|
|
[dependencies]
|
2023-10-20 13:37:29 +11:00
|
|
|
# tidy-alphabetical-start
|
2024-11-02 20:28:24 -07:00
|
|
|
rustc_abi = { path = "../rustc_abi" }
|
2025-01-29 21:31:13 -05:00
|
|
|
rustc_ast = { path = "../rustc_ast" }
|
2024-12-13 14:47:11 +01:00
|
|
|
rustc_attr_parsing = { path = "../rustc_attr_parsing" }
|
2021-01-02 14:42:15 +01:00
|
|
|
rustc_data_structures = { path = "../rustc_data_structures" }
|
2022-08-18 15:51:47 -06:00
|
|
|
rustc_errors = { path = "../rustc_errors" }
|
2023-04-16 14:33:00 +02:00
|
|
|
rustc_fluent_macro = { path = "../rustc_fluent_macro" }
|
2023-10-20 13:37:29 +11:00
|
|
|
rustc_hir = { path = "../rustc_hir" }
|
2022-08-18 15:51:47 -06:00
|
|
|
rustc_macros = { path = "../rustc_macros" }
|
2021-01-02 14:42:15 +01:00
|
|
|
rustc_middle = { path = "../rustc_middle" }
|
|
|
|
rustc_session = { path = "../rustc_session" }
|
|
|
|
rustc_span = { path = "../rustc_span" }
|
2025-01-29 21:31:13 -05:00
|
|
|
rustc_symbol_mangling = { path = "../rustc_symbol_mangling" }
|
2021-01-02 14:42:15 +01:00
|
|
|
rustc_target = { path = "../rustc_target" }
|
2023-10-20 13:37:29 +11:00
|
|
|
serde = "1"
|
|
|
|
serde_json = "1"
|
|
|
|
tracing = "0.1"
|
|
|
|
# tidy-alphabetical-end
|