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