Cargo Features
[dependencies]
duration-str = { version = "0.16.0", default-features = false, features = ["lowercase", "no_calc", "calc", "chrono", "time", "serde"] }
- default = calc, chrono, serde, time
-
These default features are set whenever
duration-str
is added without
somewhere in the dependency tree.default-features = false - lowercase
- no_calc
- calc default
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.