reool 0.5.5

An asynchrounous connection pool for Redis based on tokio and redis-rs
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]
edition = "2018"
name = "reool"
version = "0.5.5"
authors = ["Christian Douven <chridou@users.noreply.github.com>"]
description = "An asynchrounous connection pool for Redis based on tokio and redis-rs"
homepage = "https://github.com/chridou/reool"
documentation = "https://docs.rs/reool"
readme = "README.md"
keywords = ["redis", "connection", "connection-pool", "tokio", "async"]
license = "Apache-2.0/MIT"
repository = "https://github.com/chridou/reool"

[[example]]
name = "metrix_single_node"
required-features = ["metrix"]

[[example]]
name = "metrix_multi_node"
required-features = ["metrix"]
[dependencies.futures]
version = "0.1"

[dependencies.log]
version = "0.4"

[dependencies.metrix]
version = "0.9"
optional = true

[dependencies.parking_lot]
version = "0.7"

[dependencies.rand]
version = "0.6"

[dependencies.redis]
version = "0.10"

[dependencies.tokio]
version = "0.1"

[dependencies.tokio-timer]
version = "0.2"
[dev-dependencies.pretty_env_logger]
version = "0.3"

[features]
default = []