Cargo Features

[dependencies]
kvstructs = { version = "0.1.1", default-features = false, features = ["std", "nightly"] }
default = std

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

std default

Enables std of bytes

nightly

KV-Structs has 3 features without comments.