redis-async 0.3.0

An asynchronous futures based Redis client for Rust using Tokio
# 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 = "redis-async"
version = "0.3.0"
authors = ["Ben Ashford <benashford@users.noreply.github.com>"]
description = "An asynchronous futures based Redis client for Rust using Tokio"
readme = "README.md"
keywords = ["redis", "tokio"]
license = "MIT/Apache-2.0"
repository = "https://github.com/benashford/redis-async-rs"
[dependencies.bytes]
version = "0.4.5"

[dependencies.futures]
version = "0.1.18"

[dependencies.log]
version = "0.4.1"

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

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

[dependencies.tokio-tcp]
version = "0.1"
[dev-dependencies.tokio]
version = "0.1.5"