[package] name = "redisx" version = "0.0.2" edition = "2018" description = "Minimal and Asynchronous Redis client for Rust." license = "MIT OR Apache-2.0" repository = "https://github.com/mehcode/redisx" authors = ["Ryan Leckey "] [dependencies] async-std = { version = "1.0.1" } async-tls = "0.6.0" url = { version = "2.1.0", default-features = false } anyhow = "1.0.19" atoi = "0.3" log = "0.4" crossbeam-queue = "0.2.0" futures-channel = "0.3.0" [dev-dependencies] env_logger = "0.7.1"