# 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.40.0" authors = ["Informal Systems "] build = false autobins = false autoexamples = false autotests = false autobenches = false 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 [lib] name = "tendermint_proto" path = "src/lib.rs" [[test]] name = "unit" path = "tests/unit.rs" [dependencies.borsh] version = "1" features = ["derive"] optional = true default-features = false [dependencies.bytes] version = "1.0" features = ["serde"] default-features = false [dependencies.flex-error] version = "0.4.4" default-features = false [dependencies.parity-scale-codec] version = "3.0.0" features = ["full"] optional = true default-features = false [dependencies.prost] version = "0.13" features = ["derive"] default-features = false [dependencies.scale-info] version = "2.1.2" features = ["derive"] optional = true default-features = false [dependencies.schemars] version = "0.8" optional = true [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.12" optional = true [dev-dependencies.serde_json] version = "1.0" features = ["alloc"] default-features = false [features] borsh = ["dep:borsh"] default = [] grpc = ["grpc-server"] grpc-server = [ "dep:tonic", "std", ] json-schema = [ "dep:schemars", "std", ] parity-scale-codec = [ "dep:parity-scale-codec", "dep:scale-info", ] std = []