redis 0.11.0-beta.2

Redis driver for 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 = "redis"
version = "0.11.0-beta.2"
authors = ["Armin Ronacher <armin.ronacher@active-4.com>", "Jan-Erik Rediger <janerik@fnordig.de>"]
description = "Redis driver for Rust."
homepage = "https://github.com/mitsuhiko/redis-rs"
documentation = "https://docs.rs/redis"
readme = "README.md"
keywords = ["redis", "database"]
license = "BSD-3-Clause"
repository = "https://github.com/mitsuhiko/redis-rs"

[[bench]]
name = "bench_basic"
harness = false
[dependencies.bytes]
version = "0.4"

[dependencies.combine]
version = "3.8.1"

[dependencies.dtoa]
version = "0.4"

[dependencies.futures]
version = "0.1"

[dependencies.itoa]
version = "0.4.3"

[dependencies.sha1]
version = ">= 0.2, < 0.7"

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

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

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

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

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

[dependencies.url]
version = "1.2"
[dev-dependencies.assert_approx_eq]
version = "1.0"

[dev-dependencies.criterion]
version = "0.2"

[dev-dependencies.fnv]
version = "1.0.5"

[dev-dependencies.net2]
version = "0.2"

[dev-dependencies.partial-io]
version = "0.3"
features = ["tokio", "quickcheck"]

[dev-dependencies.quickcheck]
version = "0.6"

[dev-dependencies.rand]
version = "0.4"

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

[features]
default = ["geospatial"]
geospatial = []
[target."cfg(unix)".dependencies.tokio-uds]
version = "0.2"