Cargo Features

[dependencies]
nt-time = { version = "0.6.10", default-features = false, features = ["std", "large-dates", "serde-human-readable", "chrono"] }
default = std

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

std default

Enables std of optional chrono and time

large-dates

Enables large-dates of time

serde-human-readable = serde

Enables serde-human-readable of time

Affects serde_with::iso_8601, serde_with::rfc_2822, serde_with::rfc_3339

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.

chrono implicit feature

Enables chrono

chrono:

Date and time library for Rust

serde serde-human-readable?

Affects nt-time::serde_with