Cargo Features
[dependencies]
ibc-apps = { version = "0.57.0", default-features = false, features = ["std", "serde", "schema", "borsh", "parity-scale-codec", "nft-transfer", "arbitrary"] }
- default = std
-
The
std
feature is set by default wheneveribc-apps
is added without
somewhere in the dependency tree.default-features = false - 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
- arbitrary
-
Enables arbitrary of ibc-app-nft-transfer and ibc-app-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.