Cargo Features

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

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

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

cosmwasm

Enables cosmwasm of ibc-client-wasm-types

ibc-data-types has 7 features without comments.