[package] authors = ["David Bonet "] description = "Async RSMQ port to rust. RSMQ is a simple redis queue system that works in any redis v2.4+. It contains the same methods as the original one in https://github.com/smrchy/rsmq" documentation = "https://docs.rs/rsmq_async/" edition = "2018" homepage = "https://crates.io/crates/rsmq_async" license = "MIT" name = "rsmq_async_lite" readme = "README.md" repository = "https://github.com/Couragium/rsmq-async-rs" version = "2.1.1" [dependencies] bb8-redis = "0.5.0" lazy_static = "1.4" radix_fmt = "1.0" rand = "0.7" serde = { version = "1.0.116" } serde_json = { version = "1.0.57" } thiserror = "1.0.20" [dev-dependencies] net2 = "0.2.33" redis = "0.15.0" [dev-dependencies.tokio] features = ["rt-threaded", "macros"] version = "0.2.25"