# 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.72" name = "secret-sdk-proto" version = "0.1.2" authors = ["Kent"] description = "Protobuf struct definitions for interacting with Secret" readme = "README.md" keywords = [ "blockchain", "cosmos", "tendermint", "proto", ] categories = [ "cryptography", "cryptography::cryptocurrencies", ] license = "Unlicense" repository = "https://github.com/kent-3/secret-rust/tree/main/secret-sdk-proto" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.bumpalo] version = "=3.14.0" [dependencies.cosmos-sdk-proto] version = "0.25.0" default-features = false [dependencies.prost] version = "0.13.1" [dependencies.prost-types] version = "0.13.1" [dependencies.tonic] version = "0.12.3" features = [ "codegen", "prost", ] optional = true default-features = false [features] default = ["grpc-transport"] grpc = [ "tonic", "cosmos-sdk-proto/grpc", ] grpc-transport = [ "grpc", "tonic/transport", "cosmos-sdk-proto/grpc-transport", ] [target."cfg(target_arch = \"wasm32\")".dependencies.getrandom] version = "0.2.15" features = ["js"]