Cargo Features

[dependencies]
simple-json2 = { version = "0.1.2", default-features = false, features = ["std"] }
default = std

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

std default

simple-json2 has 2 features without comments.