Cargo Features
[dependencies]
windows-timezones = { version = "0.4.0", default-features = false, features = ["std", "chrono-tz", "schemars", "serde", "sqlx", "strum", "update-schema"] }
- default = std
-
The
std
feature is set by default wheneverwindows-timezones
is added without
somewhere in the dependency tree.default-features = false - std default
-
Affects
windows-timezones::ParseWindowsTimezoneError
,windows-timezones::FromChronoTzError
… - chrono-tz
-
Enables chrono-tz ^0.9
Affects
windows-timezones::FromChronoTzError
… - schemars
-
Enables schemars
- serde
-
Enables serde
- sqlx
-
Enables sqlx
- strum update-schema?
-
Enables strum
- 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.