# 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.72" name = "cosmos-sdk-proto" version = "0.26.1" authors = [ "Justin Kilpatrick ", "Greg Szabo ", "Tony Arcieri ", ] description = "Protobuf stuct defintions for interacting Cosmos SDK powered blockchains" readme = "README.md" keywords = [ "blockchain", "cosmos", "tendermint", "proto", ] categories = [ "cryptography", "cryptography::cryptocurrencies", "database", ] license = "Apache-2.0" repository = "https://github.com/cosmos/cosmos-rust/tree/main/cosmos-sdk-proto" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.pbjson] version = "0.7" optional = true default-features = false package = "informalsystems-pbjson" [dependencies.prost] version = "0.13" default-features = false [dependencies.serde] version = "1.0.203" features = ["alloc"] optional = true default-features = false [dependencies.tendermint-proto] version = "0.40.0" [dependencies.tonic] version = "0.12" features = [ "codegen", "prost", ] optional = true default-features = false [features] cosmwasm = [] default = ["grpc-transport"] grpc = [ "std", "tonic", ] grpc-transport = [ "grpc", "tonic/transport", ] serde = [ "dep:serde", "pbjson", ] std = [ "prost/std", "tendermint-proto/std", ]