Cargo Features
[dependencies]
ibc-core-channel = { 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 wheneveribc-core-channel
is added without
somewhere in the dependency tree.default-features = false - std default schema?
-
Enables std of ibc-core-channel-types, ibc-core-client, ibc-core-commitment-types, ibc-core-connection, ibc-core-handler-types, ibc-core-host, ibc-core-router, and ibc-primitives
- serde schema?
-
Enables serde of ibc-core-channel-types, ibc-core-client, ibc-core-commitment-types, ibc-core-connection, ibc-core-handler-types, ibc-core-host, ibc-core-router, and ibc-primitives
- schema = serde, std
-
Enables schema of ibc-core-channel-types, ibc-core-client, ibc-core-commitment-types, ibc-core-connection, ibc-core-handler-types, ibc-core-host, ibc-core-router, and ibc-primitives
- borsh
-
Enables borsh of ibc-core-channel-types, ibc-core-client, ibc-core-commitment-types, ibc-core-connection, ibc-core-handler-types, ibc-core-host, ibc-core-router, and ibc-primitives
- parity-scale-codec
-
Enables parity-scale-codec of ibc-core-channel-types, ibc-core-client, ibc-core-commitment-types, ibc-core-connection, ibc-core-handler-types, ibc-core-host, ibc-core-router, and ibc-primitives
- arbitrary
-
Enables arbitrary of ibc-core-channel-types, ibc-core-client, ibc-core-commitment-types, ibc-core-connection, ibc-core-handler-types, ibc-core-host, and ibc-primitives
ibc-core-channel has 7 features without comments.