Cargo Features

[dependencies]
chrono-tz = { version = "0.9.0", default-features = false, features = ["std", "serde", "filter-by-regex", "case-insensitive", "arbitrary"] }
default = std

The std feature is set by default whenever chrono-tz is added without default-features = false somewhere in the dependency tree.

std default
serde

Enables serde

filter-by-regex build

Enables filter-by-regex of chrono-tz-build

case-insensitive

Enables uncased, case-insensitive of chrono-tz-build, uncased of phf

Features from optional dependencies

arbitrary implicit feature

Enables arbitrary

arbitrary:

The trait for generating structured data from unstructured data