Cargo Features
[dependencies]
ibc-client-wasm-types = { version = "0.55.1", default-features = false, features = ["std", "serde", "schema"] }
- default = std
-
The
std
feature is set by default wheneveribc-client-wasm-types
is added without
somewhere in the dependency tree.default-features = false - std default schema?
-
external dependencies
and std of ibc-core-client, ibc-core-host-types, ibc-primitives, ibc-proto ^0.47.1, and serde
ibc-core-client:
ibc dependencies
- serde schema? std
-
Enables serde, serde of ibc-core-client, ibc-core-host-types, ibc-primitives, and ibc-proto ^0.47.1
Affects
ibc-client-wasm-types::serializer
… - schema = schemars, serde, std
-
Enables json-schema of ibc-proto ^0.47.1, schema of ibc-core-client, ibc-core-host-types, and ibc-primitives
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.