Cargo Features
[dependencies]
cldr = { version = "29.0.0-alpha", default-features = false, features = ["all-calendars", "full", "all-full", "all-modern", "compress", "ind", "jap", "modern", "numbers", "roc", "rbnf", "units", "dates"] }
- default = all-modern, compress
-
These default features are set whenever
cldr
is added without
somewhere in the dependency tree.default-features = false - all-calendars = bud, chi, cop, dan, dates, eth, heb, ind, isl, jap, per, roc
- full all-full?
- all-full = core, dates, full, localenames, misc, rbnf, segments, units
- all-modern default = core, dates, localenames, misc, modern, rbnf, segments, units
- compress default = bzip2
- bud chi cop dan eth heb ind all-calendars?
- isl jap all-calendars?
- modern all-modern
- numbers dates?
- per roc all-calendars?
- core localenames misc rbnf all-full? all-modern
- segments units all-full? all-modern
- dates all-calendars? all-full? all-modern = numbers
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.
- bzip2 compress
-
Enables bzip2 ^0.3.0