[dependencies.futures]
version = "0.3"
[dependencies.redis]
features = ["aio", "async-std-comp", "connection-manager"]
version = "0.22.3"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[dependencies.uuid]
features = ["v4", "fast-rng", "macro-diagnostics"]
version = "1.3"
[package]
categories = ["api-bindings", "web-programming", "asynchronous"]
description = "A work queue, on top of a redis database, with implementations in Python, Rust, Go and C#."
edition = "2021"
homepage = "https://github.com/MeVitae/redis-work-queue/"
keywords = ["redis", "queue", "work", "cross-platform", "platform"]
license = "MIT"
name = "redis-work-queue"
readme = "README.md"
repository = "https://github.com/MeVitae/redis-work-queue/"
version = "0.1.1"