Cargo Features
[dependencies]
icu_list = { version = "1.5.0", default-features = false, features = ["std", "serde", "serde_human", "datagen", "compiled_data", "bench"] }
- default = compiled_data
-
The
compiled_data
feature is set by default whenevericu_list
is added without
somewhere in the dependency tree.default-features = false - std datagen?
-
Enables std of icu_provider
- serde datagen? serde_human?
-
Enables deduplicating_array, serde and serde of icu_provider
icu_provider:
Enable BufferProvider and other deserialization infrastructure
- serde_human = serde
-
Enables alloc of regex-automata ^0.2.0
- datagen = serde, std
-
Enables databake, alloc of regex-automata ^0.2.0
Affects
provider::KEYS
… - compiled_data default
-
Enables icu_list_data and icu_locid_transform
Affects
provider::Baked
… - bench