# 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 = "abci-rs" version = "0.11.3" authors = ["Devashish Dixit "] include = [ "Cargo.toml", "src/**/*.rs", "README.md", ] description = "A Rust crate for creating ABCI applications" homepage = "https://github.com/devashishdxt/abci-rs" readme = "README.md" keywords = [ "blockchain", "tendermint", "abci", ] categories = ["network-programming"] license = "MIT/Apache-2.0" repository = "https://github.com/devashishdxt/abci-rs" resolver = "2" [package.metadata.docs.rs] features = ["doc"] [lib] name = "abci" path = "src/lib.rs" [dependencies.async-std] version = "1.11.0" features = ["unstable"] optional = true [dependencies.async-trait] version = "0.1.53" [dependencies.bytes] version = "1.1.0" [dependencies.cfg-if] version = "1.0.0" [dependencies.integer-encoding] version = "3.0.3" [dependencies.prost] version = "0.10.4" [dependencies.prost-types] version = "0.10.1" [dependencies.smol] version = "1.2.5" optional = true [dependencies.tendermint-proto] version = "=0.23.7" [dependencies.tokio] version = "1.18.2" features = [ "io-util", "net", "rt", "rt-multi-thread", "sync", ] optional = true [dependencies.tracing] version = "0.1.34" features = ["log"] [dev-dependencies.mock-io] version = "0.3.2" features = ["async-tokio"] default-features = false [dev-dependencies.tokio] version = "1.18.2" features = [ "macros", "time", ] [dev-dependencies.tracing-subscriber] version = "0.3.11" features = [ "fmt", "ansi", ] default-features = false [features] async-api = [] default = [ "async-api", "sync-api", "use-tokio", ] doc = [] sync-api = [] use-async-std = ["async-std"] use-smol = ["smol"] use-tokio = ["tokio"]