[package] name = "basteh-redis" version = "0.4.0-alpha.5" authors = ["Pouya M. B. "] categories = ["asynchronous", "caching", "web-programming::http-server"] description = "An implementation of basteh based on redis-rs" documentation = "https://docs.rs/basteh-redis" edition = "2018" keywords = ["storage", "web", "async", "redis"] license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/pooyamb/basteh/" [dependencies] basteh = "=0.4.0-alpha.5" async-trait = "0.1" redis = { version = "0.22", default-features = false, features = ["connection-manager", "tokio-comp", "script"] } thiserror = "1" # Used to specialize support of Bytes or [u8] bytes = "1" [dev-dependencies] tokio = { version = "1.13.1", features = ["time", "sync", "macros", "rt"] } basteh = { version = "=0.4.0-alpha.5", features = ["all", "test_utils"] } rand = "0.8" [features] tls = ["redis/tokio-native-tls-comp"]