simple_redis 0.1.11

Simple 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.1.11"
authors = ["sagie gur ari <sagiegurari@gmail.com>"]
include = ["**/*.rs", "docs/*", "Cargo.toml", "LICENSE", "README.md"]
description = "Simple 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.travis-ci]
branch = "master"
repository = "sagiegurari/simple_redis"