# 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" name = "ibc-proto" version = "0.51.1" authors = ["Informal Systems "] build = false exclude = [ "definitions", "tools", ".changelog", ".github", ] autobins = false autoexamples = false autotests = false autobenches = false description = """ ibc-proto provides Cosmos SDK & IBC Protocol Buffers definitions """ readme = "README.md" keywords = [ "blockchain", "cosmos", "tendermint", "ibc", "proto", ] categories = [ "cryptography::cryptocurrencies", "encoding", "no-std", ] license = "Apache-2.0" repository = "https://github.com/cosmos/ibc-proto-rs" [package.metadata.docs.rs] all-features = true [lib] name = "ibc_proto" path = "src/lib.rs" doctest = false [[test]] name = "test_proto_json" path = "tests/test_proto_json.rs" [[test]] name = "test_serde_default" path = "tests/test_serde_default.rs" [dependencies.base64] version = "0.22" features = ["alloc"] default-features = false [dependencies.bytes] version = "1.2" default-features = false [dependencies.cosmos-sdk-proto] version = "0.26.1" default-features = false [dependencies.flex-error] version = "0.4" default-features = false [dependencies.ics23] version = "0.12.0" default-features = false [dependencies.informalsystems-pbjson] version = "0.7.0" optional = true default-features = false [dependencies.prost] version = "0.13" features = ["prost-derive"] default-features = false [dependencies.schemars] version = "0.8" optional = true [dependencies.serde] version = "1.0" optional = true default-features = false [dependencies.subtle-encoding] version = "0.5" default-features = false [dependencies.tendermint-proto] version = "0.40.0" default-features = false [dependencies.tonic] version = "0.12.3" optional = true default-features = false [dev-dependencies.serde_json] version = "1.0.107" [features] borsh = ["tendermint-proto/borsh"] client = [ "std", "dep:tonic", "tonic/codegen", "tonic/prost", ] default = [ "std", "client", "transport", ] json-schema = [ "std", "serde", "tendermint-proto/json-schema", "dep:schemars", ] parity-scale-codec = ["tendermint-proto/parity-scale-codec"] proto-descriptor = [] serde = [ "dep:serde", "dep:informalsystems-pbjson", "ics23/serde", "cosmos-sdk-proto/serde", ] server = [ "std", "dep:tonic", "tonic/codegen", "tonic/prost", ] std = [ "cosmos-sdk-proto/std", "prost/std", "bytes/std", "subtle-encoding/std", "base64/std", "flex-error/std", "ics23/std", "informalsystems-pbjson/std", ] transport = [ "tonic/transport", "cosmos-sdk-proto/grpc-transport", ]