Cargo Features

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

std default schema?

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

ibc-core-connection has 6 features without comments.