[dependencies.redis]
features = ["connection-manager", "tokio-comp"]
version = "0.25"
[dependencies.tower]
default-features = false
version = "0.4"
[dev-dependencies.tokio]
features = ["macros", "rt"]
version = "1"
[dev-dependencies.tower]
features = ["util"]
version = "0.4"
[features]
default = ["util"]
util = ["tower/util"]
[package]
authors = ["Judge Maygarden <judge@jmaygarden.com>"]
categories = ["asynchronous", "database"]
description = """
A Tower service for asynchronous Redis request/response performed over a
managed, multplexed connection.
"""
documentation = "https://docs.rs/tower-redis/0.2.1"
edition = "2021"
homepage = "https://github.com/jmaygarden/tower-redis"
license = "MIT"
name = "tower-redis"
readme = "README.md"
repository = "https://github.com/jmaygarden/tower-redis"
version = "0.3.0"