Cargo Features

[dependencies]
ibc-client-wasm-types = { version = "0.52.0", default-features = false, features = ["std", "serde", "schema", "cosmwasm"] }
default = std

The std feature is set by default whenever ibc-client-wasm-types is added without default-features = false somewhere in the dependency tree.

std default schema?

Enables std of base64 ^0.21

external dependencies

and std of ibc-core-client, ibc-core-host-types, ibc-primitives, ibc-proto ^0.43.0, 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.43.0

schema cosmwasm? = serde, std

Enables json-schema of ibc-proto ^0.43.0, schema of ibc-core-client, ibc-core-host-types, and ibc-primitives

cosmwasm = cosmwasm-schema, schema

Affects ibc-client-wasm-types::serializer

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.

cosmwasm-schema cosmwasm?

Enables cosmwasm-schema ^1.5.4