fred 0.0.13

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]
name = "fred"
version = "0.0.13"
authors = ["Alec Embke <aembke@gmail.com>", "Howard Lin <linnyflow@gmail.com>", "Evan Milton <evan@azuqua.com>", "Kevin Wilson <kevinwilson541@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"
[profile.bench]
opt-level = 3
lto = false
codegen-units = 1
debug = false
debug-assertions = false
rpath = false
panic = "unwind"

[lib]
name = "fred"
test = true
doctest = false
doc = true
[dependencies.boxfnonce]
version = "0.0.3"

[dependencies.bytes]
version = "0.4.4"

[dependencies.chrono]
version = "0.4"

[dependencies.crc16]
version = "0.3"

[dependencies.flame]
version = "0.2"

[dependencies.futures]
version = "0.1.15"

[dependencies.log]
version = "0.3"

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

[dependencies.parking_lot]
version = "0.4.4"

[dependencies.pretty_env_logger]
version = "0.1"

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

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

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

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

[dependencies.tokio-tls]
version = "0.1"
features = ["tokio-proto"]
optional = true

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

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

[features]
default = ["sync", "metrics", "ignore-auth-error"]
enable-flame = []
enable-tls = ["native-tls", "tokio-tls"]
fuzz = []
ignore-auth-error = []
metrics = []
mock = []
sync = []
[badges.maintenance]
status = "actively-developed"

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