Cargo Features

zicsv has no features set by default.

[dependencies]
zicsv = { version = "0.1.0", features = ["serialization", "unstable"] }
serialization = serde, serde_derive, url_serde

Enables serde of chrono and url ^1.7

unstable

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.

serde serialization?
serde_derive serialization?
url_serde serialization?