Cargo Features
[dependencies]
icu_calendar = { version = "2.0.0-beta1", default-features = false, features = ["std", "ixdtf", "logging", "serde", "datagen", "compiled_data", "bench"] }
- default = compiled_data, ixdtf
-
These default features are set whenever
icu_calendar
is added without
somewhere in the dependency tree.default-features = false - std
-
Enables std of calendrical_calculations, icu_locale_core, and icu_provider
- 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 = serde
-
Enables databake, databake of tinystr and zerovec
Affects
provider::MARKERS
… - compiled_data default
-
Enables icu_calendar_data
Affects
provider::Baked
… - bench