2022-03-24 02:03:04 +00:00
|
|
|
[package]
|
|
|
|
name = "rustc_error_messages"
|
|
|
|
version = "0.0.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
|
|
|
|
[dependencies]
|
2022-03-28 08:36:20 +00:00
|
|
|
fluent-bundle = "0.15.2"
|
|
|
|
fluent-syntax = "0.11"
|
2022-04-03 04:32:38 +00:00
|
|
|
intl-memoizer = "0.5.1"
|
2022-11-06 06:43:25 +00:00
|
|
|
rustc_baked_icu_data = { path = "../rustc_baked_icu_data" }
|
2022-03-26 07:27:43 +00:00
|
|
|
rustc_data_structures = { path = "../rustc_data_structures" }
|
2022-03-24 02:03:04 +00:00
|
|
|
rustc_serialize = { path = "../rustc_serialize" }
|
|
|
|
rustc_span = { path = "../rustc_span" }
|
|
|
|
rustc_macros = { path = "../rustc_macros" }
|
2022-03-26 07:27:43 +00:00
|
|
|
tracing = "0.1"
|
|
|
|
unic-langid = { version = "0.9.0", features = ["macros"] }
|
2022-11-06 06:43:25 +00:00
|
|
|
icu_list = "1.0.0"
|
|
|
|
writeable = "0.5.0"
|
|
|
|
icu_locid = "1.0.0"
|
|
|
|
icu_provider_adapters = "1.0.0"
|
2022-11-06 17:25:48 +00:00
|
|
|
|
|
|
|
[features]
|
|
|
|
rustc_use_parallel_compiler = ['rustc_baked_icu_data/rustc_use_parallel_compiler']
|