actix-redis 0.3.0

Redis integration for actix framework
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 = "actix-redis"
version = "0.3.0"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
exclude = [".gitignore", ".travis.yml", ".cargo/config", "appveyor.yml"]
description = "Redis integration for actix framework"
homepage = "https://github.com/actix/actix-redis"
documentation = "https://docs.rs/actix-redis/"
readme = "README.md"
keywords = ["web", "redis", "async", "actix", "tokio"]
categories = ["network-programming", "asynchronous"]
license = "MIT/Apache-2.0"
repository = "https://github.com/actix/actix-redis.git"

[lib]
name = "actix_redis"
path = "src/lib.rs"
[dependencies.actix]
version = "0.5"

[dependencies.actix-web]
version = "0.5"
optional = true

[dependencies.backoff]
version = "0.1"

[dependencies.cookie]
version = "0.10"
features = ["percent-encode", "secure"]
optional = true

[dependencies.failure]
version = "^0.1.1"

[dependencies.futures]
version = "0.1"

[dependencies.http]
version = "0.1"
optional = true

[dependencies.log]
version = "0.4"

[dependencies.rand]
version = "0.3"
optional = true

[dependencies.redis-async]
version = "0.0"

[dependencies.serde]
version = "1.0"
optional = true

[dependencies.serde_json]
version = "1.0"
optional = true

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

[dependencies.tokio-io]
version = "0.1"
[dev-dependencies.env_logger]
version = "0.5"

[features]
default = ["web"]
web = ["actix-web", "cookie", "http", "rand", "serde", "serde_json"]
[badges.codecov]
branch = "master"
repository = "actix/actix-redis"
service = "github"

[badges.travis-ci]
branch = "master"
repository = "actix/actix-redis"