Cargo Features
[dependencies]
ibc-client-tendermint-types = { version = "0.56.0", default-features = false, features = ["std", "serde", "schema", "borsh", "parity-scale-codec"] }
- default = std
-
The
std
feature is set by default wheneveribc-client-tendermint-types
is added without
somewhere in the dependency tree.default-features = false - std default schema?
-
Enables std of tendermint
cosmos dependencies
and std of displaydoc, ibc-core-client-types, ibc-core-commitment-types, ibc-core-host-types, ibc-primitives, ibc-proto, serde, and serde-json-wasm
ibc-core-client-types:
ibc dependencies
- serde schema? std
-
Enables serde, serde of ibc-core-client-types, ibc-core-commitment-types, ibc-core-host-types, ibc-primitives, and ibc-proto
- schema = serde, std
-
Enables json-schema of ibc-proto, schema of ibc-core-client-types, ibc-core-commitment-types, ibc-core-host-types, and ibc-primitives
- borsh
-
Enables borsh of ibc-core-client-types, ibc-core-commitment-types, ibc-core-host-types, ibc-primitives, and ibc-proto and borsh
external dependencies
- parity-scale-codec
-
Enables parity-scale-codec of ibc-core-client-types, ibc-core-commitment-types, ibc-core-host-types, ibc-primitives, and ibc-proto and parity-scale-codec and scale-info
parity-scale-codec:
parity dependencies