Cargo Features

Serde-Columnar has no features set by default.

[dependencies]
serde_columnar = { version = "0.3.4", features = ["analyze", "bench", "flate2"] }
analyze

Enables analyze of serde_columnar_derive

bench = bincode, lazy_static

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.

lazy_static bench?
bincode bench?
flate2 implicit feature