Cargo Features
[dependencies]
icu_properties = { version = "2.0.0-beta1", default-features = false, features = ["std", "serde", "datagen", "unicode_bidi", "compiled_data"] }
- default = compiled_data
-
The
compiled_data
feature is set by default whenevericu_properties
is added without
somewhere in the dependency tree.default-features = false - std
-
Enables std of icu_collections and icu_provider
- serde datagen?
-
Enables serde, serde of zerotrie 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, icu_locale_core, potential_utf, zerotrie, and zerovec
- unicode_bidi
-
Enables unicode-bidi
- compiled_data default
-
Enables icu_properties_data
Affects
provider::Baked
…