[dependencies.async-trait]
version = "0.1.89"
[dependencies.chrono]
version = "0.4.42"
[dependencies.cron]
version = "0.12"
[dependencies.redis]
features = ["tokio-comp"]
version = "0.27.6"
[dependencies.serde]
features = ["derive"]
version = "1.0.228"
[dependencies.serde_json]
version = "1.0.145"
[dependencies.sqlx]
features = ["runtime-tokio-rustls", "postgres", "chrono", "uuid"]
version = "0.8"
[dependencies.thiserror]
version = "2.0.17"
[dependencies.tokio]
features = ["full"]
version = "1.48.0"
[dependencies.uuid]
features = ["v4"]
version = "1.19.0"
[lib]
name = "oxidite_queue"
path = "src/lib.rs"
[package]
authors = ["Meshack Bahati Ouma <bahatikylemeshack@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "web-programming"]
description = "Background job queue with cron scheduling, DLQ, and retry logic for Oxidite"
edition = "2021"
keywords = ["queue", "jobs", "background", "async", "cron"]
license = "MIT"
name = "oxidite-queue"
readme = "README.md"
repository = "https://github.com/meshackbahati/rust-oxidite"
version = "2.0.0"