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