# 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.65" name = "terra-proto-rs" version = "5.2.0" authors = ["Terra Money Core "] publish = true description = "Clients used to interact with Terra Blockchain v2.10 from Rust. It can be used directly in CosmWasm smart contracts or from external blockchain API." homepage = "https://terra.money" readme = "README.md" keywords = [ "terra-money", "alliance", "cosmos-sdk", "proto", "blockchain", ] license = "Apache-2.0" repository = "https://github.com/terra-money/terra.proto" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] crate-type = [ "cdylib", "rlib", ] path = "lib.rs" [dependencies.cosmwasm-std] version = "1.5.1" features = ["stargate"] [dependencies.prost] version = "0.11" [dependencies.prost-types] version = "0.11" [dependencies.tendermint-proto] version = "0.30" [dependencies.tonic] version = "0.8" features = [ "codegen", "prost", ] optional = true default-features = false [features] default = ["grpc-transport"] grpc = ["tonic"] grpc-transport = [ "grpc", "tonic/transport", ] [target."cfg(target_arch = \"wasm32\")".dependencies.getrandom] version = "0.2" features = ["js"]