Cargo Features

[dependencies]
windows-timezones = { version = "0.3.1", default-features = false, features = ["std", "chrono-tz", "schemars", "serde", "sqlx", "strum", "update-schema"] }
default = std

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

std default

Affects windows-timezones::ParseWindowsTimezoneError, windows-timezones::FromChronoTzError

chrono-tz

Enables chrono-tz ^0.8

Affects windows-timezones::FromChronoTzError

schemars

Enables schemars

serde

Enables serde

sqlx

Enables sqlx

strum update-schema?

Enables strum ^0.25

update-schema = anyhow, heck, strum

Internal features.

Required by the update-schema binary

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.

anyhow update-schema?
heck update-schema?

Enables heck ^0.4