# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.75.0" name = "ibc-query" version = "0.56.0" authors = ["Informal Systems "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Maintained by `ibc-rs`, contains essential IBC query types, utility functions and gRPC service implementations for the IBC core. """ readme = "README.md" keywords = [ "blockchain", "cosmos", "ibc", "rpc", "grpc", ] license = "Apache-2.0" repository = "https://github.com/cosmos/ibc-rs" [lib] name = "ibc_query" path = "src/lib.rs" [dependencies.displaydoc] version = "0.2.5" default-features = false [dependencies.ibc] version = "0.56.0" default-features = false [dependencies.ibc-proto] version = "0.51.1" features = ["server"] default-features = false [dependencies.schemars] version = "0.8.21" optional = true [dependencies.serde] version = "1.0" optional = true default-features = false [dependencies.tonic] version = "0.12.1" [features] default = ["std"] schema = [ "dep:schemars", "ibc/schema", "ibc-proto/json-schema", "serde", "std", ] serde = [ "dep:serde", "ibc/serde", "ibc-proto/serde", ] std = [ "ibc/std", "ibc-proto/std", ]