]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_error_messages/Cargo.toml
Clearly signal purpose of the yaml template
[rust.git] / compiler / rustc_error_messages / Cargo.toml
1 [package]
2 name = "rustc_error_messages"
3 version = "0.0.0"
4 edition = "2021"
5
6 [lib]
7
8 [dependencies]
9 fluent-bundle = "0.15.2"
10 fluent-syntax = "0.11"
11 intl-memoizer = "0.5.1"
12 rustc_baked_icu_data = { path = "../rustc_baked_icu_data" }
13 rustc_data_structures = { path = "../rustc_data_structures" }
14 rustc_serialize = { path = "../rustc_serialize" }
15 rustc_span = { path = "../rustc_span" }
16 rustc_macros = { path = "../rustc_macros" }
17 tracing = "0.1"
18 unic-langid = { version = "0.9.0", features = ["macros"] }
19 icu_list = "1.0.0"
20 writeable = "0.5.0"
21 icu_locid = "1.0.0"
22 icu_provider_adapters = "1.0.0"
23
24 [features]
25 rustc_use_parallel_compiler = ['rustc_baked_icu_data/rustc_use_parallel_compiler']