Cargo Features

[dependencies]
icu_list = { version = "1.4.0", default-features = false, features = ["std", "serde", "serde_human", "datagen", "compiled_data", "bench"] }
default = compiled_data

The compiled_data feature is set by default whenever icu_list is added without default-features = false somewhere in the dependency tree.

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

datagen = serde, std

Enables databake, alloc of regex-automata ^0.2

Affects provider::KEYS

compiled_data default

Enables icu_list_data and icu_locid_transform

Affects provider::Baked

bench