Cargo Features
[dependencies]
ibc-core-host-cosmos = { version = "0.55.1", default-features = false, features = ["std", "serde", "schema", "borsh", "parity-scale-codec"] }
- default = std
-
The
std
feature is set by default wheneveribc-core-host-cosmos
is added without
somewhere in the dependency tree.default-features = false - std default schema?
-
Enables std of displaydoc, ibc-core-client-context, ibc-core-client-types, ibc-core-commitment-types, ibc-core-connection-types, ibc-core-handler-types, ibc-core-host-types, ibc-primitives, ibc-proto ^0.47.1, serde, sha2, and subtle-encoding
serde:
Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library. - serde schema? std
-
Enables serde and serde of ibc-client-tendermint, ibc-core-client-context, ibc-core-client-types, ibc-core-commitment-types, ibc-core-connection-types, ibc-core-handler-types, ibc-core-host-types, ibc-primitives, and ibc-proto ^0.47.1
ibc-client-tendermint:
ibc dependencies
- schema = serde, std
-
Enables json-schema of ibc-proto ^0.47.1, schema of ibc-client-tendermint, ibc-core-client-context, ibc-core-client-types, ibc-core-commitment-types, ibc-core-connection-types, ibc-core-handler-types, ibc-core-host-types, and ibc-primitives
- borsh
-
Enables borsh of ibc-client-tendermint, ibc-core-client-context, ibc-core-client-types, ibc-core-commitment-types, ibc-core-connection-types, ibc-core-host-types, ibc-primitives, and ibc-proto ^0.47.1 and borsh
external dependencies
- parity-scale-codec
-
Enables parity-scale-codec of ibc-client-tendermint, ibc-core-client-types, ibc-core-commitment-types, ibc-core-connection-types, ibc-core-handler-types, ibc-core-host-types, ibc-primitives, and ibc-proto ^0.47.1 and parity-scale-codec and scale-info
parity-scale-codec:
parity dependencies