Cargo Features

[dependencies]
ibc-apps = { version = "0.52.0", default-features = false, features = ["std", "serde", "schema", "borsh", "parity-scale-codec", "nft-transfer"] }
default = std

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

std default schema? = nft-transfer

Enables std of ibc-app-transfer

serde schema?

Enables serde of ibc-app-transfer

schema = serde, std

Enables schema of ibc-app-transfer

borsh

Enables borsh of ibc-app-transfer

parity-scale-codec

Enables parity-scale-codec of ibc-app-transfer

nft-transfer std = ibc-app-nft-transfer

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

ibc-app-nft-transfer nft-transfer?