[package] name = "l337-redis" version = "0.11.0" authors = ["Jonathon Sheffield "] edition = "2018" license = "MIT OR Apache-2.0" description = "l337 manager for redis" [dependencies] l337 = { version = "0.11", path = ".." } futures = "0.3" tokio = "1" redis = { version = "0.22.3", features = ["tokio-comp"] } async-trait = "0.1.22" tracing = "0.1" tracing-futures = "0.2" [dev-dependencies] # Required for the #[tokio::test] macro tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] } [[example]] name = "connection-loss"