# 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 = "v4-proto-rs-temp" version = "0.1.0" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Rust proto PR" readme = "README.md" license = "AGPL-3.0" [lib] name = "v4_proto_rs_temp" path = "src/lib.rs" doctest = false [dependencies.cosmos-sdk-proto] version = "0.21.1" [dependencies.prost] version = "0.12" [dependencies.prost-types] version = "0.12" [dependencies.tonic] version = "0.11" features = [ "tls", "tls-roots", "transport", "channel", ] [build-dependencies.prost-build] version = "0.12" [build-dependencies.tonic-buf-build] version = "0.2.1" [build-dependencies.tonic-build] version = "0.11"