Cargo Features

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

std default schema?

Enables std of displaydoc, ibc-core-client-context, ibc-core-client-types, ibc-core-commitment-types, ibc-core-connection-types, ibc-core-handler-types, ibc-core-host-types, ibc-primitives, ibc-proto ^0.43.0, serde, sha2, and subtle-encoding

serde:

Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library.

serde schema? std

Enables serde and serde of ibc-client-tendermint, ibc-core-client-context, ibc-core-client-types, ibc-core-commitment-types, ibc-core-connection-types, ibc-core-handler-types, ibc-core-host-types, ibc-primitives, and ibc-proto ^0.43.0

ibc-client-tendermint:

ibc dependencies

schema = serde, std

Enables json-schema of ibc-proto ^0.43.0, schema of ibc-client-tendermint, ibc-core-client-context, ibc-core-client-types, ibc-core-commitment-types, ibc-core-connection-types, ibc-core-handler-types, ibc-core-host-types, and ibc-primitives

borsh

Enables borsh of ibc-client-tendermint, ibc-core-client-context, ibc-core-client-types, ibc-core-commitment-types, ibc-core-connection-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-client-tendermint, ibc-core-client-types, ibc-core-commitment-types, ibc-core-connection-types, ibc-core-handler-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