Cargo Features

[dependencies]
winnow_rfc3339 = { version = "0.1.0", default-features = false, features = ["std", "chrono", "serde", "time"] }
default = std

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

std default

Enables std of winnow

chrono

Enables chrono and num-traits

serde

Enables serde, serde of winnow_datetime

time

Enables num-traits and time

winnow_rfc3339 has 5 features without comments.