simple_redis 0.3.43

Simple and resilient redis client.
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 = "simple_redis"
version = "0.3.43"
authors = ["Sagie Gur-Ari <sagiegurari@gmail.com>"]
include = ["/benches/*", "/docs/*", "/examples/*", "/src/*", "/tests/*", "/Cargo.toml", "/LICENSE", "/README.md", "/Makefile.toml"]
description = "Simple and resilient redis client."
homepage = "http://github.com/sagiegurari/simple_redis"
documentation = "https://sagiegurari.github.io/simple_redis/api/simple_redis/index.html"
readme = "README.md"
keywords = ["redis", "cache", "pubsub", "database"]
categories = ["caching", "database"]
license = "Apache-2.0"
repository = "https://github.com/sagiegurari/simple_redis.git"
[dependencies.redis]
version = "^0.8.0"

[features]
default = []
[badges.appveyor]
branch = "master"
project_name = "sagiegurari/simple-redis"
repository = "sagiegurari/simple_redis"
service = "github"

[badges.codecov]
branch = "master"
repository = "sagiegurari/simple_redis"
service = "github"

[badges.travis-ci]
branch = "master"
repository = "sagiegurari/simple_redis"