Cargo Features
[dependencies]
ibc-core-router-types = { version = "0.55.1", default-features = false, features = ["std", "serde", "borsh", "schema", "parity-scale-codec"] }
- default = std
-
The
std
feature is set by default wheneveribc-core-router-types
is added without
somewhere in the dependency tree.default-features = false - std default schema?
-
Enables std of tendermint ^0.38.0
cosmos dependencies
and std of displaydoc, ibc-core-host-types, ibc-primitives, ibc-proto ^0.47.1, 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.47.1
- borsh
-
Enables borsh of ibc-core-host-types, ibc-primitives, and ibc-proto ^0.47.1 and borsh
external dependencies
- schema = serde, std
-
Enables schemars, json-schema of ibc-proto ^0.47.1, 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.47.1 and parity-scale-codec and scale-info
parity-scale-codec:
parity dependencies