[package] name = "althea_proto" version = "0.9.0" description = "Protobuf stuct defintions for interacting with Althea Chain" authors = ["Justin Kilpatrick ", "Christian Borst "] edition = "2021" license = "Apache-2.0" repository = "https://github.com/althea-net/proto/tree/main/althea_proto" readme = "README.md" categories = ["cryptography", "cryptography::cryptocurrencies"] keywords = ["blockchain", "cosmos", "tendermint", "proto"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] prost = {workspace = true} prost-types = {workspace = true} cosmos-sdk-proto = {package="cosmos-sdk-proto-althea", version="0.18", path = "../cosmos_sdk_proto", features = ["ethermint"]} tonic = {workspace = true}