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