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 default-features = false somewhere in the dependency tree.

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.

chrono with_chrono?
chrono-tz with_chrono?

Enables chrono-tz ^0.4

binprot binio
rsexp sexp
serde with_serde