Cargo Features
[dependencies]
icu_displaynames = { version = "0.11.2", default-features = false, features = ["std", "serde", "datagen", "compiled_data"] }
- default = compiled_data
-
The
compiled_data
feature is set by default whenevericu_displaynames
is added without
somewhere in the dependency tree.default-features = false - std datagen?
-
Enables std of icu_locid ~1.4.0 and icu_provider ~1.4.0
- serde datagen?
-
Enables serde, serde of tinystr and zerovec and serde of icu_provider ~1.4.0
icu_provider:
Enable BufferProvider and other deserialization infrastructure
- datagen = serde, std
-
Enables databake, databake of tinystr and zerovec
Affects
provider::KEYS
… - compiled_data default
-
Enables icu_displaynames_data and icu_locid_transform ~1.4.0
Affects
provider::Baked
…