rediq 0.2.4

A distributed task queue framework for Rust based on Redis
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.70"
name = "rediq"
version = "0.2.4"
authors = ["Rediq Contributors"]
build = false
include = [
    "src/**/*.rs",
    "Cargo.toml",
    "README.md",
    "LICENSE-MIT",
    "LICENSE-Apache-2.0",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A distributed task queue framework for Rust based on Redis"
documentation = "https://docs.rs/rediq"
readme = "README.md"
keywords = [
    "queue",
    "redis",
    "async",
    "task",
    "distributed",
]
categories = [
    "asynchronous",
    "concurrency",
    "database",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/imjdl/rediq"

[features]
default = []
macros = ["rediq-macros"]
metrics-http = ["warp"]

[lib]
name = "rediq"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.cron]
version = "0.12"

[dependencies.fred]
version = "9.0"
features = [
    "enable-rustls",
    "partial-tracing",
    "i-keys",
    "i-scripts",
]

[dependencies.futures]
version = "0.3"

[dependencies.metrics]
version = "0.21"

[dependencies.once_cell]
version = "1.19"

[dependencies.prometheus]
version = "0.13"

[dependencies.rediq-macros]
version = "0.2.3"
optional = true

[dependencies.rmp-serde]
version = "1.1"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.35"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.uuid]
version = "1.6"
features = [
    "v4",
    "serde",
]

[dependencies.warp]
version = "0.3"
optional = true

[dev-dependencies.clap]
version = "4.5"
features = ["derive"]

[dev-dependencies.tokio-test]
version = "0.4"