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 whenever ibc-client-tendermint-cw is added without default-features = false somewhere in the dependency tree.

std default

Enables std of ibc-client-cw, ibc-client-tendermint, and ibc-core

ibc-core:

ibc dependencies