tsp 0.2.1

An implementation of the TSP protocol used by Tendermint Core. Allows the building of COSMOS apps in Rust.
Documentation
# 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 = "tsp"
version = "0.2.1"
authors = ["Adrian Brink <adrian@brink-holdings.com>"]
include = ["src/**/*", "Cargo.toml"]
description = "An implementation of the TSP protocol used by Tendermint Core. Allows the building of COSMOS apps in Rust."
homepage = "https://tendermint.com/docs/guides/app-development"
documentation = "https://docs.rs/tsp/0.2.1/tsp/"
readme = "README.md"
keywords = ["tsp", "tendermint", "cosmos", "blockchain", "proof-of-stake"]
categories = ["encoding"]
license = "MIT/Apache-2.0"
repository = "https://github.com/tendermint/rust-tsp"
[dependencies.tokio-core]
version = "0.1"

[dependencies.futures]
version = "0.1.14"

[dependencies.protobuf]
version = "1.4.1"

[dependencies.byteorder]
version = "1.0"

[dependencies.tokio-io]
version = "0.1"

[dependencies.tokio-service]
version = "0.1"

[dependencies.tokio-proto]
version = "0.1"

[dependencies.futures-cpupool]
version = "0.1.5"

[dependencies.tls-api]
version = "0.*"

[dependencies.bytes]
version = "0.4"
[build-dependencies.protoc-rust]
version = "1.4.1"

[build-dependencies.protoc]
version = "1.4.1"