Cargo Features
[dependencies]
tai-time = { version = "0.3.3", default-features = false, features = ["std", "chrono", "serde", "defmt", "tai_clock"] }
- default = std
-
The
std
feature is set by default whenevertai-time
is added without
somewhere in the dependency tree.default-features = false - std default
- chrono
-
Note that the MSRV cannot be guaranteed when the following features are activated since cargo resolver v2 ignores MSRV.
Enables chrono
- serde
-
Enables serde
- defmt
-
Enables defmt
- tai_clock
-
Enables nix ^0.26