Cargo Features
[dependencies]
icu_locale = { version = "2.0.0", default-features = false, features = ["serde", "datagen", "compiled_data"] }
- default = compiled_data
-
The
compiled_data
feature is set by default whenevericu_locale
is added without
somewhere in the dependency tree.default-features = false - serde datagen?
-
Enables serde, serde of tinystr and zerovec and serde of icu_collections, icu_locale_core, icu_provider, and potential_utf
icu_provider:
Enable BufferProvider and other deserialization infrastructure
- datagen = serde
-
Enables databake, databake of icu_collections and icu_locale_core, databake of tinystr and zerovec and export of icu_provider
icu_provider:
Dependencies for running data generation
Affects
provider::MARKERS
… - compiled_data default
-
Enables icu_locale_data and baked of icu_provider
icu_provider:
Dependencies for baked provider scaffolding
Affects
provider::Baked
…