Cargo Features
[dependencies]
ibc-clients = { version = "0.55.1", default-features = false, features = ["std", "serde", "schema", "borsh", "parity-scale-codec"] }
- default = std
-
The
std
feature is set by default wheneveribc-clients
is added without
somewhere in the dependency tree.default-features = false - 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.