Cargo Features

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

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

std default schema?

Enables std of base64, displaydoc, http, ibc-app-transfer-types, ibc-core, ibc-proto, serde, and serde-json-wasm

ibc-core:

ibc dependencies

serde schema? std

Enables serde, serde of ibc-app-transfer-types, ibc-core, and ibc-proto

schema = serde, std

Enables schemars, json-schema of ibc-proto, schema of ibc-app-transfer-types and ibc-core

borsh

Enables borsh of ibc-app-transfer-types, ibc-core, and ibc-proto and borsh

external dependencies

parity-scale-codec

Enables parity-scale-codec of ibc-app-transfer-types, ibc-core, and ibc-proto and parity-scale-codec and scale-info

parity-scale-codec:

parity dependencies