Cargo Features
[dependencies]
ibc-client-cw = { version = "0.55.0", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneveribc-client-cw
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of ibc-client-wasm-types, ibc-core, and prost
ibc-core:
ibc dependencies