Cargo Features

[dependencies]
ibc-query = { version = "0.52.0", default-features = false, features = ["std", "serde", "schema"] }
default = std

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

std default schema?

Enables std of ibc and ibc-proto ^0.43.0

ibc:

ibc dependencies

serde schema?

Enables serde, serde of ibc and ibc-proto ^0.43.0

schema = serde, std

Enables schemars, schema of ibc, json-schema of ibc-proto ^0.43.0