Cargo Features
[dependencies]
icu_plurals = { version = "2.1.1", default-features = false, features = ["serde", "datagen", "experimental", "compiled_data", "icu_normalizer_data"] }
- default = compiled_data
-
The
compiled_datafeature is set by default whenevericu_pluralsis added withoutsomewhere in the dependency tree.default-features = false - serde datagen?
-
Enables displaydoc, serde, serde of zerovec and serde of icu_provider
icu_provider:
Enable BufferProvider and other deserialization infrastructure
- datagen = serde
-
Enables databake, databake of zerovec and export of icu_provider
icu_provider:
Dependencies for running data generation
Affects
operands::OperandsError,parser::parse_condition,provider::MARKERS… - experimental
-
Affects
icu_plurals::PluralRulesWithRanges,raw_operands::RawPluralOperands… - compiled_data default
-
Enables icu_plurals_data, compiled_data of icu_locale and baked of icu_provider
icu_provider:
Dependencies for baked provider scaffolding
Affects
provider::Baked… - icu_normalizer_data
-
added by accident