Cargo Features

[dependencies]
ibc = { version = "0.52.0", default-features = false, features = ["std", "borsh", "serde", "schema", "parity-scale-codec"] }
default = std

The std feature is set by default whenever ibc is added without default-features = false somewhere in the dependency tree.

std default schema?

Enables std of ibc-apps, ibc-clients, ibc-core, ibc-core-host-cosmos, and ibc-primitives

ibc-apps:

ibc dependencies

borsh

Enables borsh of ibc-apps, ibc-clients, ibc-core, ibc-core-host-cosmos, and ibc-primitives

serde schema?

Enables serde of ibc-apps, ibc-clients, ibc-core, ibc-core-host-cosmos, and ibc-primitives

schema = serde, std

Enables schema of ibc-apps, ibc-clients, ibc-core, ibc-core-host-cosmos, and ibc-primitives

parity-scale-codec

Enables parity-scale-codec of ibc-apps, ibc-clients, ibc-core, ibc-core-host-cosmos, and ibc-primitives