rrq 0.9.13

RRQ orchestrator CLI and worker runtime.
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 = "2024"
name = "rrq"
version = "0.9.13"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RRQ orchestrator CLI and worker runtime."
homepage = "https://github.com/getresq/rrq"
documentation = "https://docs.rs/rrq"
readme = "README.md"
keywords = [
    "rrq",
    "redis",
    "queue",
    "jobs",
]
categories = [
    "asynchronous",
    "command-line-utilities",
]
license = "Apache-2.0"
repository = "https://github.com/getresq/rrq"
resolver = "2"

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

[[bin]]
name = "rrq"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.100"

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

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

[dependencies.clap]
version = "4.5.54"
features = ["derive"]

[dependencies.cron]
version = "0.15.0"

[dependencies.globset]
version = "0.4.18"

[dependencies.ignore]
version = "0.4.23"

[dependencies.notify]
version = "8.2.0"

[dependencies.num_cpus]
version = "1.17.0"

[dependencies.opentelemetry]
version = "0.31.0"
features = ["trace"]
default-features = false

[dependencies.opentelemetry-otlp]
version = "0.31.0"
features = [
    "http-proto",
    "reqwest-client",
    "reqwest-rustls-webpki-roots",
    "trace",
]
default-features = false

[dependencies.opentelemetry_sdk]
version = "0.31.0"
features = [
    "trace",
    "rt-tokio",
    "experimental_trace_batch_span_processor_with_async_runtime",
]
default-features = false

[dependencies.rand]
version = "0.9.2"

[dependencies.redis]
version = "1.0.2"
features = [
    "tokio-comp",
    "tokio-rustls-comp",
    "tls-rustls-webpki-roots",
    "connection-manager",
]

[dependencies.rrq-config]
version = "0.9.13"

[dependencies.rrq-protocol]
version = "0.9.13"

[dependencies.rustls]
version = "0.23"
features = ["ring"]

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tokio]
version = "1.49.0"
features = [
    "fs",
    "io-std",
    "io-util",
    "macros",
    "net",
    "process",
    "rt-multi-thread",
    "signal",
    "sync",
    "time",
]

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-opentelemetry]
version = "0.32.1"

[dependencies.tracing-subscriber]
version = "0.3.19"
features = [
    "env-filter",
    "json",
]

[dependencies.uuid]
version = "1.20.0"
features = ["v4"]

[dev-dependencies.rrq-producer]
version = "0.9.13"

[dev-dependencies.serde_json]
version = "1.0.149"

[dev-dependencies.tokio]
version = "1.49.0"
features = [
    "io-std",
    "io-util",
    "macros",
    "rt-multi-thread",
]

[lints.clippy]

[lints.rust]
dead_code = "warn"
unsafe_code = "deny"