Cargo Features
[dependencies]
icu_decimal = { version = "1.5.0", default-features = false, features = ["std", "serde", "datagen", "compiled_data", "bench"] }
- default = compiled_data
-
The
compiled_data
feature is set by default whenevericu_decimal
is added without
somewhere in the dependency tree.default-features = false - std
-
Enables std of fixed_decimal and icu_provider
- serde bench? datagen?
-
Enables serde and serde of icu_provider
icu_provider:
Enable BufferProvider and other deserialization infrastructure
- datagen = serde
-
Enables databake
Affects
provider::KEYS
… - compiled_data default
-
Enables icu_decimal_data and icu_locid_transform
Affects
provider::Baked
… - bench = serde