Cargo Features
[dependencies]
temporal_rs = { version = "0.0.5", default-features = false, features = ["std", "log", "compiled_data", "sys", "tzdb"] }
- default = sys
-
The
sys
feature is set by default whenevertemporal_rs
is added without
somewhere in the dependency tree.default-features = false - std sys tzdb?
- log
-
Enables log
log feature
- compiled_data = tzdb
-
Affects
builtins::compiled
,builtins::TZ_PROVIDER
… - sys default = std
-
Enables web-time
System time feature
- tzdb compiled_data? = std
-
Enables combine, jiff-tzdb, and tzif ^0.3.0
tzif:
tzdb feature
Affects
temporal_rs::tzdb
,neri_schneider::computational_month
,neri_schneider::month
…