Cargo Features
[dependencies]
ibc-data-types = { version = "0.56.0", default-features = false, features = ["std", "serde", "borsh", "schema", "parity-scale-codec"] }
- default = std
-
The
std
feature is set by default wheneveribc-data-types
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of ibc-app-transfer-types, ibc-client-tendermint-types, ibc-client-wasm-types, ibc-core-channel-types, ibc-core-client-types, ibc-core-commitment-types, ibc-core-connection-types, ibc-core-handler-types, ibc-core-host-types, ibc-core-router-types, and ibc-primitives
- serde
-
Enables serde of ibc-app-transfer-types, ibc-client-tendermint-types, ibc-client-wasm-types, ibc-core-channel-types, ibc-core-client-types, ibc-core-commitment-types, ibc-core-connection-types, ibc-core-handler-types, ibc-core-host-types, ibc-core-router-types, and ibc-primitives
- borsh
-
Enables borsh of ibc-app-transfer-types, ibc-client-tendermint-types, ibc-core-channel-types, ibc-core-client-types, ibc-core-commitment-types, ibc-core-connection-types, ibc-core-handler-types, ibc-core-host-types, ibc-core-router-types, and ibc-primitives
- schema
-
Enables schema of ibc-app-transfer-types, ibc-client-tendermint-types, ibc-client-wasm-types, ibc-core-channel-types, ibc-core-client-types, ibc-core-commitment-types, ibc-core-connection-types, ibc-core-handler-types, ibc-core-host-types, ibc-core-router-types, and ibc-primitives
- parity-scale-codec
-
Enables parity-scale-codec of ibc-app-transfer-types, ibc-client-tendermint-types, ibc-core-channel-types, ibc-core-client-types, ibc-core-commitment-types, ibc-core-connection-types, ibc-core-handler-types, ibc-core-host-types, ibc-core-router-types, and ibc-primitives
ibc-data-types has 6 features without comments.