Cargo Features
[dependencies]
ibc = { version = "0.55.1", default-features = false, features = ["std", "borsh", "serde", "schema", "parity-scale-codec"] }
- default = std
-
The
std
feature is set by default wheneveribc
is added without
somewhere in the dependency tree.default-features = false - std default schema?
-
Enables std of ibc-apps, ibc-clients, ibc-core, ibc-core-host-cosmos, and ibc-primitives
ibc-apps:
ibc dependencies
- borsh
-
Enables borsh of ibc-apps, ibc-clients, ibc-core, ibc-core-host-cosmos, and ibc-primitives
- serde schema?
-
Enables serde of ibc-apps, ibc-clients, ibc-core, ibc-core-host-cosmos, and ibc-primitives
- schema = serde, std
-
Enables schema of ibc-apps, ibc-clients, ibc-core, ibc-core-host-cosmos, and ibc-primitives
- parity-scale-codec
-
Enables parity-scale-codec of ibc-apps, ibc-clients, ibc-core, ibc-core-host-cosmos, and ibc-primitives