Cargo Features
[dependencies]
chrono-tz = { version = "0.8.4", default-features = false, features = ["std", "serde", "filter-by-regex", "case-insensitive", "arbitrary"] }
- default = std
-
The
std
feature is set by default wheneverchrono-tz
is added without
somewhere in the dependency tree.default-features = false - std default
- serde
- filter-by-regex
-
Enables filter-by-regex of chrono-tz-build
- case-insensitive
-
Enables case-insensitive of chrono-tz-build, uncased of phf, uncased
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features.