Cargo Features

[dependencies]
tai-time = { version = "0.3.1", default-features = false, features = ["std", "chrono", "serde", "tai_clock"] }
default = std

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

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

tai_clock

Enables nix ^0.26