Cargo Features
[dependencies]
ics12-proto-rs = { version = "0.1.0", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverics12-proto-rs
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of bytes, ibc-proto ^0.35.0, and prost ^0.11
ics12-proto-rs has 2 features without comments.