# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "rust-abci" version = "0.1.0" authors = ["Adrian Brink "] include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"] description = "An implementation of the ABCI protocol used by Tendermint Core. Allows the building of ABCI apps in Rust." homepage = "https://tendermint.com/docs/guides/app-development" readme = "README.md" keywords = ["abci", "tendermint", "cosmos", "blockchain", "proof-of-stake"] categories = ["blockchain", "encoding"] license = "MIT/Apache-2.0" repository = "https://github.com/tendermint/rust-abci" [dependencies.tokio-core] version = "0.1.8" [dependencies.byteorder] version = "1.0" [dependencies.protobuf] version = "1.*" [dependencies.futures-cpupool] version = "0.1" [dependencies.grpc] version = "0.*" [dependencies.websocket] version = "0.20.1" [dependencies.futures] version = "0.1" [dependencies.tls-api] version = "0.*"