Cargo Features
[dependencies]
ibc-apps = { version = "0.55.1", default-features = false, features = ["std", "serde", "schema", "borsh", "parity-scale-codec", "nft-transfer"] }
- 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
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.