Cargo Features

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

std default schema?

Enables std of tendermint ^0.35.0

cosmos dependencies

and std of displaydoc, ibc-core-host-types, ibc-primitives, ibc-proto ^0.43.0, serde, and subtle-encoding

ibc-core-host-types:

ibc dependencies

serde schema? std

Enables serde, serde of ibc-core-host-types, ibc-primitives, and ibc-proto ^0.43.0

borsh

Enables borsh of ibc-core-host-types, ibc-primitives, and ibc-proto ^0.43.0 and borsh ^0.10

external dependencies

schema = serde, std

Enables schemars, json-schema of ibc-proto ^0.43.0, schema of ibc-core-host-types and ibc-primitives

parity-scale-codec

Enables parity-scale-codec of ibc-core-host-types, ibc-primitives, and ibc-proto ^0.43.0 and parity-scale-codec and scale-info

parity-scale-codec:

parity dependencies