# 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 = "archway-proto" version = "0.2.1" authors = ["Augusto Elesbão "] build = false autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust build of Archway's ProtoBuf definitions" homepage = "https://archway.io" readme = "README.md" keywords = [ "archway", "blockchain", "cosmwasm", "proto", "smart-contracts", ] categories = [ "cryptography", "cryptography::cryptocurrencies", "database", "wasm", ] license = "Apache-2.0" repository = "https://github.com/archway-network/arch3.rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "archway_proto" path = "src/lib.rs" [[example]] name = "grpc-client" path = "examples/grpc-client.rs" [dependencies.cosmos-sdk-proto] version = "0.26.0" features = ["serde"] default-features = false [dependencies.ibc-proto] version = "0.51.0" features = ["serde"] default-features = false [dependencies.pbjson] version = "0.7.0" [dependencies.pbjson-types] version = "0.7.0" [dependencies.prost] version = "0.13.3" [dependencies.prost-types] version = "0.13.3" [dependencies.serde] version = "1.0" [dependencies.tonic] version = "0.12.3" features = [ "codegen", "prost", ] optional = true default-features = false [dev-dependencies.anyhow] version = "1.0.91" [dev-dependencies.serde_test] version = "1.0" [dev-dependencies.tokio] version = "1.41.0" features = ["full"] [dev-dependencies.tonic] version = "0.12.3" features = [ "tls", "tls-roots", "gzip", ] [features] abstract-any = [] default = ["grpc-transport"] grpc = [ "std", "tonic", "cosmos-sdk-proto/grpc", "ibc-proto/client", ] grpc-transport = [ "grpc", "tonic/transport", "cosmos-sdk-proto/grpc-transport", "ibc-proto/transport", ] proto-descriptor = ["ibc-proto/proto-descriptor"] std = [ "prost/std", "cosmos-sdk-proto/std", "ibc-proto/std", ]