Cargo Features

[dependencies]
zser = { version = "0.0.1", default-features = false, features = ["std", "bench"] }
default = std

The std feature is set by default whenever zser is added without default-features = false somewhere in the dependency tree.

std default
bench

zser has 3 features without comments.