fred 1.2.1

A Redis client for Rust built on Futures and Tokio.
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 = "fred"
version = "1.2.1"
authors = ["Alec Embke <aembke@gmail.com>"]
description = "A Redis client for Rust built on Futures and Tokio."
homepage = "https://github.com/azuqua/fred.rs"
readme = "README.md"
keywords = ["redis", "futures", "async", "cluster", "tokio"]
license = "MIT"
repository = "https://github.com/azuqua/fred.rs"

[lib]
name = "fred"
test = true
doctest = false
doc = true
[dependencies.bytes]
version = "0.4.11"

[dependencies.float-cmp]
version = "0.4.0"

[dependencies.futures]
version = "0.1"

[dependencies.lazy_static]
version = "1.3.0"

[dependencies.log]
version = "0.4.6"

[dependencies.native-tls]
version = "0.2"
optional = true

[dependencies.parking_lot]
version = "0.7.0"

[dependencies.pretty_env_logger]
version = "0.3"

[dependencies.rand]
version = "0.3"

[dependencies.redis-protocol]
version = "0.1.2"

[dependencies.tokio-core]
version = "0.1.17"

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

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

[dependencies.tokio-timer-patched]
version = "0.1.3"

[dependencies.tokio-tls]
version = "0.2"
optional = true

[dependencies.url]
version = "1.7.2"
[dev-dependencies.hyper]
version = "0.11"

[features]
default = ["ignore-auth-error"]
enable-tls = ["native-tls", "tokio-tls"]
ignore-auth-error = []
mocks = []
super-duper-bad-networking = []
[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
branch = "master"
repository = "azuqua/fred.rs"