# 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 = "gravity_proto" version = "0.6.0" authors = [ "Justin Kilpatrick ", "Christian Borst ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Protobuf stuct defintions for interacting with Gravity Bridge Chain" readme = "README.md" keywords = [ "blockchain", "cosmos", "tendermint", "proto", ] categories = [ "cryptography", "cryptography::cryptocurrencies", ] license = "Apache-2.0" repository = "https://github.com/althea-net/proto/tree/main/gravity_proto" [lib] name = "gravity_proto" path = "src/lib.rs" [dependencies.cosmos-sdk-proto] version = "0.18" features = [ "ethermint", "bech32ibc", ] package = "cosmos-sdk-proto-althea" [dependencies.prost] version = "0.13" [dependencies.prost-types] version = "0.13" [dependencies.tonic] version = "0.12"