Cargo Features

[dependencies]
informalsystems-pbjson = { version = "0.7.0", default-features = false, features = ["std"] }
default = std

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

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.