2022-03-23 21:03:04 -05:00
|
|
|
[package]
|
|
|
|
name = "rustc_error_messages"
|
|
|
|
version = "0.0.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
2023-10-19 21:37:29 -05:00
|
|
|
# tidy-alphabetical-start
|
2022-03-28 03:36:20 -05:00
|
|
|
fluent-bundle = "0.15.2"
|
|
|
|
fluent-syntax = "0.11"
|
2023-10-19 21:37:29 -05:00
|
|
|
icu_list = "1.2"
|
|
|
|
icu_locid = "1.2"
|
|
|
|
icu_provider_adapters = "1.2"
|
2022-04-02 23:32:38 -05:00
|
|
|
intl-memoizer = "0.5.1"
|
2022-11-06 01:43:25 -05:00
|
|
|
rustc_baked_icu_data = { path = "../rustc_baked_icu_data" }
|
2022-03-26 02:27:43 -05:00
|
|
|
rustc_data_structures = { path = "../rustc_data_structures" }
|
2023-10-19 21:37:29 -05:00
|
|
|
rustc_macros = { path = "../rustc_macros" }
|
2022-03-23 21:03:04 -05:00
|
|
|
rustc_serialize = { path = "../rustc_serialize" }
|
|
|
|
rustc_span = { path = "../rustc_span" }
|
2022-03-26 02:27:43 -05:00
|
|
|
tracing = "0.1"
|
|
|
|
unic-langid = { version = "0.9.0", features = ["macros"] }
|
2023-10-19 21:37:29 -05:00
|
|
|
# tidy-alphabetical-end
|
2022-11-06 11:25:48 -06:00
|
|
|
|
|
|
|
[features]
|
2023-10-19 21:37:29 -05:00
|
|
|
# tidy-alphabetical-start
|
2022-11-06 11:25:48 -06:00
|
|
|
rustc_use_parallel_compiler = ['rustc_baked_icu_data/rustc_use_parallel_compiler']
|
2023-10-19 21:37:29 -05:00
|
|
|
# tidy-alphabetical-end
|