Cargo Features

[dependencies]
ibc-core-connection = { version = "0.55.1", default-features = false, features = ["std", "serde", "schema", "borsh", "parity-scale-codec", "wasm-client"] }
default = std

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

std default schema? = wasm-client

Enables std of ibc-core-client, ibc-core-connection-types, ibc-core-handler-types, ibc-core-host, and ibc-primitives

serde schema?

Enables serde of ibc-core-client, ibc-core-connection-types, ibc-core-handler-types, ibc-core-host, and ibc-primitives

schema = serde, std

Enables schema of ibc-core-client, ibc-core-connection-types, ibc-core-handler-types, ibc-core-host, and ibc-primitives

borsh

Enables borsh of ibc-core-client, ibc-core-connection-types, ibc-core-handler-types, ibc-core-host, and ibc-primitives

parity-scale-codec

Enables parity-scale-codec of ibc-core-client, ibc-core-connection-types, ibc-core-handler-types, ibc-core-host, and ibc-primitives

wasm-client std

Enables ibc-client-wasm-types and prost

ibc-core-connection has 7 features without comments.