Cargo Features

icu_provider_blob has no features set by default.

[dependencies]
icu_provider_blob = { version = "2.0.0-beta2", features = ["alloc", "export"] }
alloc export?

Enables alloc of icu_provider, postcard, serde, and zerotrie

serde:

Provide impls for types in the Rust core allocation and collections library including String, Box<T>, Vec<T>, and Cow<T>. This is a subset of std but may be enabled without depending on all of std.

export = alloc, log

Enables export of icu_provider

icu_provider:

Dependencies for running data generation

Affects icu_provider_blob::export

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

log export?