# 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 = "2018" name = "tendermint-proto-althea" version = "0.23.0" authors = ["Justin Kilpatrick ", "Informal Systems "] description = " tendermint-proto updated for prost 0.9\n " readme = "README.md" keywords = ["blockchain", "tendermint", "proto"] categories = ["cryptography", "cryptography::cryptocurrencies", "database"] license = "Apache-2.0" repository = "https://github.com/jkilpatr/tendermint-rs/tree/master/proto" [package.metadata.docs.rs] all-features = true [dependencies.bytes] version = "1.0" default-features = false [dependencies.chrono] version = "0.4" features = ["serde", "alloc"] default-features = false [dependencies.flex-error] version = "0.4.3" default-features = false [dependencies.num-derive] version = "0.3" default-features = false [dependencies.num-traits] version = "0.2" default-features = false [dependencies.prost] version = "0.9" default-features = false [dependencies.prost-types] version = "0.9" 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 [dev-dependencies.serde_json] version = "1.0" [features] default = ["std", "eyre_tracer"] eyre_tracer = ["flex-error/eyre_tracer"] std = ["flex-error/std"]