Cargo Features
[dependencies]
simple-json2 = { version = "0.1.2", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneversimple-json2
is added without
somewhere in the dependency tree.default-features = false - std default
simple-json2 has 2 features without comments.