Cargo Features
[dependencies]
icu_calendar = { version = "2.0.0", default-features = false, features = ["alloc", "ixdtf", "logging", "serde", "datagen", "compiled_data"] }
- default = compiled_data, ixdtf
-
These default features are set whenever
icu_calendar
is added without
somewhere in the dependency tree.default-features = false - alloc datagen?
- ixdtf default
-
Enables ixdtf
- 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 = alloc, serde
-
Enables databake, databake of tinystr and zerovec and export of icu_provider
icu_provider:
Dependencies for running data generation
Affects
provider::MARKERS
… - compiled_data default
-
Enables icu_calendar_data, compiled_data of icu_locale and baked of icu_provider
icu_provider:
Dependencies for baked provider scaffolding
Affects
provider::Baked
…