tendermint-abci 0.23.5

tendermint-abci provides a simple framework with which to build low-level applications on top of Tendermint.
Documentation
[[bin]]
name = "kvstore-rs"
path = "src/application/kvstore/main.rs"
required-features = ["binary", "kvstore-app"]
[dependencies.bytes]
default-features = false
version = "1.0"

[dependencies.flex-error]
default-features = false
version = "0.4.4"

[dependencies.prost]
default-features = false
version = "0.9"

[dependencies.structopt]
default-features = false
optional = true
version = "0.3"

[dependencies.tendermint-proto]
default-features = false
version = "0.23.5"

[dependencies.tracing]
default-features = false
version = "0.1"

[dependencies.tracing-subscriber]
default-features = false
optional = true
version = "0.2"

[features]
binary = ["structopt", "tracing-subscriber/fmt"]
client = []
default = ["flex-error/std", "flex-error/eyre_tracer"]
echo-app = []
kvstore-app = []

[package]
authors = ["Informal Systems <hello@informal.systems>"]
categories = ["cryptography::cryptocurrencies", "network-programming"]
description = "    tendermint-abci provides a simple framework with which to build low-level\n    applications on top of Tendermint.\n    "
edition = "2018"
keywords = ["abci", "blockchain", "bft", "consensus", "tendermint"]
license = "Apache-2.0"
name = "tendermint-abci"
readme = "README.md"
repository = "https://github.com/informalsystems/tendermint-rs"
version = "0.23.5"