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 whenever icu_displaynames is added without default-features = false somewhere in the dependency tree.

std datagen?

Enables std of icu_locid and icu_provider

serde datagen?

Enables serde, serde of tinystr and zerovec and serde of icu_provider

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

Affects provider::Baked