Cargo Features

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

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

std default schema?

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

serde schema?

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

borsh

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

schema = serde, std

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

parity-scale-codec

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

ibc-core has 6 features without comments.