# 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.56" name = "juno-rust-proto" version = "0.1.5" authors = ["expertdicer@gmail.com"] description = "Protobuf stuct defintions for interacting Juno blockchain" 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/juno-rust-proto" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.prost] version = "0.11.0" [dependencies.prost-types] version = "0.11.0" [dependencies.schemars] version = "0.8.1" [dependencies.serde] version = "1.0.103" features = ["derive"] default-features = false [dependencies.tendermint-proto] version = "=0.23.9" [dependencies.tonic] version = "0.8" features = [ "codegen", "prost", ] optional = true default-features = false