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 wheneverwinnow_rfc3339
is added without
somewhere in the dependency tree.default-features = false - std default
- 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.