2022-11-05 13:09:13 +08:00
|
|
|
[package]
|
|
|
|
name = "rustc_baked_icu_data"
|
|
|
|
version = "0.0.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
2023-10-20 10:37:29 +08:00
|
|
|
# tidy-alphabetical-start
|
2023-05-03 01:36:18 +08:00
|
|
|
icu_list = "1.2"
|
|
|
|
icu_locid = "1.2"
|
2023-11-06 21:42:20 +08:00
|
|
|
icu_locid_transform = "1.3.2"
|
2023-05-03 01:36:18 +08:00
|
|
|
icu_provider = "1.2"
|
2023-11-06 21:42:20 +08:00
|
|
|
zerovec = "0.10.0"
|
2023-10-20 10:37:29 +08:00
|
|
|
# tidy-alphabetical-end
|
2022-11-07 01:25:48 +08:00
|
|
|
|
|
|
|
[features]
|
2023-10-20 10:37:29 +08:00
|
|
|
# tidy-alphabetical-start
|
2022-11-07 01:25:48 +08:00
|
|
|
rustc_use_parallel_compiler = ['icu_provider/sync']
|
2023-10-20 10:37:29 +08:00
|
|
|
# tidy-alphabetical-end
|