Cargo Features

[dependencies]
ibc-client-tendermint-types = { 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-client-tendermint-types is added without default-features = false somewhere in the dependency tree.

std default schema?

Enables std of tendermint ^0.35.0

cosmos dependencies

and std of displaydoc, ibc-core-client-types, ibc-core-commitment-types, ibc-core-host-types, ibc-primitives, ibc-proto ^0.43.0, 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 ^0.43.0

schema = serde, std

Enables json-schema of ibc-proto ^0.43.0, 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 ^0.43.0 and borsh ^0.10

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 ^0.43.0 and parity-scale-codec and scale-info

parity-scale-codec:

parity dependencies