Cargo Features

[dependencies]
ibc-app-nft-transfer-types = { version = "0.57.0", default-features = false, features = ["std", "serde", "schema", "borsh", "parity-scale-codec", "arbitrary"] }
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 arbitrary? 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, borsh of ibc-app-transfer-types, ibc-core, and ibc-proto

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

arbitrary = std

Enables arbitrary of ibc-app-transfer-types and ibc-core and arbitrary

external dependencies