Cargo Features
[dependencies]
serde-nothing = { version = "0.1.1", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverserde-nothing
is added without
somewhere in the dependency tree.default-features = false - std default
-
serde:
Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library.
serde-nothing has 2 features without comments.