Cargo Features
[dependencies]
timens = { version = "0.1.9", default-features = false, features = ["binio", "sexp", "with_chrono", "with_serde"] }
- default = binio, sexp, with_serde
-
These default features are set whenever
timens
is added without
somewhere in the dependency tree.default-features = false - binio default = binprot
- sexp default = rsexp
- with_chrono = chrono, chrono-tz
- with_serde default = serde
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.