Cargo Features
[dependencies]
ibc-query = { version = "0.56.0", default-features = false, features = ["std", "serde", "schema"] }
- default = std
-
The
std
feature is set by default wheneveribc-query
is added without
somewhere in the dependency tree.default-features = false - std default schema?
-
Enables std of ibc and ibc-proto
ibc:
ibc dependencies
- serde schema?
- schema = serde, std
-
Enables schemars, schema of ibc, json-schema of ibc-proto