# 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 = "tendermint-proto" version = "0.37.0" authors = ["Informal Systems "] description = """ tendermint-proto is a the Rust implementation of the Tendermint proto structs. """ readme = "README.md" keywords = [ "blockchain", "tendermint", "proto", ] categories = [ "cryptography", "cryptography::cryptocurrencies", "database", ] license = "Apache-2.0" repository = "https://github.com/informalsystems/tendermint-rs/tree/main/proto" [package.metadata.docs.rs] all-features = true [dependencies.bytes] version = "1.0" features = ["serde"] default-features = false [dependencies.flex-error] version = "0.4.4" default-features = false [dependencies.prost] version = "0.12" default-features = false [dependencies.prost-types] version = "0.12" default-features = false [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dependencies.serde_bytes] version = "0.11" features = ["alloc"] default-features = false [dependencies.subtle-encoding] version = "0.5" features = [ "hex", "base64", "alloc", ] default-features = false [dependencies.time] version = "0.3" features = [ "macros", "parsing", ] default-features = false [dependencies.tonic] version = "0.11" optional = true [dev-dependencies.serde_json] version = "1.0" features = ["alloc"] default-features = false [features] default = [] grpc = ["grpc-server"] grpc-server = ["tonic"]