Cargo Features

[dependencies]
ibc-clients = { version = "0.52.0", default-features = false, features = ["std", "serde", "schema", "borsh", "parity-scale-codec"] }
default = std

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

std default schema?

Enables std of ibc-client-tendermint and ibc-client-wasm-types

serde schema?

Enables serde of ibc-client-tendermint and ibc-client-wasm-types

schema = serde, std

Enables schema of ibc-client-tendermint and ibc-client-wasm-types

borsh

Enables borsh of ibc-client-tendermint

parity-scale-codec

Enables parity-scale-codec of ibc-client-tendermint

ibc-clients has 6 features without comments.