Cargo Features

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

std default schema?

Enables std of displaydoc and ibc-primitives

ibc-primitives:

ibc dependencies

serde schema?

Enables serde, serde of ibc-primitives

schema = serde, std

Enables schemars, schema of ibc-primitives

borsh

Enables borsh of ibc-primitives and borsh ^0.10

external dependencies

parity-scale-codec

Enables parity-scale-codec of ibc-primitives and parity-scale-codec and scale-info

parity-scale-codec:

parity dependencies