Cargo Features
[dependencies]
interim = { version = "0.1.2", default-features = false, features = ["std", "chrono", "time"] }
- default = std
-
The
std
feature is set by default wheneverinterim
is added without
somewhere in the dependency tree.default-features = false - std default
- chrono
-
Enables chrono
- time
-
Enables time
interim has 4 features without comments.