Cargo Features

[dependencies]
zjson = { version = "0.1.5", default-features = false, features = ["std", "alloc"] }
default = std

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

std default = alloc
alloc std

zjson has 3 features without comments.