Cargo Features

[dependencies]
time-tz = { version = "3.0.0-rc.5.0.0", default-features = false, features = ["system", "posix-tz", "db", "db_impl"] }
default = db

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

system = db, js-sys, thiserror, windows-sys

Affects time-tz::system

posix-tz = db, nom, thiserror

Affects time-tz::posix_tz

db default posix-tz? system?

Affects time-tz::timezones

db_impl

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.

thiserror posix-tz? system?
nom posix-tz?
js-sys wasm system?
windows-sys win system?

Enables windows-sys ^0.32.0