rrq 0.10.7

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.10.7"
build = "build.rs"
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.dotenvy]
version = "0.15.7"

[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",
    "metrics",
    "logs",
]
default-features = false

[dependencies.opentelemetry-appender-tracing]
version = "0.31.1"

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

[dependencies.opentelemetry_sdk]
version = "0.31.0"
features = [
    "trace",
    "metrics",
    "logs",
    "rt-tokio",
    "experimental_trace_batch_span_processor_with_async_runtime",
    "experimental_metrics_periodicreader_with_async_runtime",
    "experimental_logs_batch_log_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.10.7"

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

[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.10.7"

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

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

[build-dependencies.full_moon]
version = "2.1.1"
default-features = false

[target."cfg(unix)".dependencies.nix]
version = "0.30.1"
features = [
    "signal",
    "process",
]
default-features = false

[lints.clippy]
borrow_as_ptr = "allow"
cast_lossless = "allow"
cast_possible_truncation = "allow"
cast_possible_wrap = "allow"
cast_precision_loss = "allow"
cast_sign_loss = "allow"
cloned_instead_of_copied = "allow"
default_trait_access = "allow"
doc_markdown = "allow"
elidable_lifetime_names = "allow"
float_cmp = "allow"
ignored_unit_patterns = "allow"
implicit_hasher = "allow"
inefficient_to_string = "allow"
items_after_statements = "allow"
large_futures = "allow"
manual_is_variant_and = "allow"
manual_let_else = "allow"
manual_string_new = "allow"
map_unwrap_or = "allow"
match_same_arms = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
needless_pass_by_value = "allow"
redundant_closure_for_method_calls = "allow"
similar_names = "allow"
single_match_else = "allow"
struct_field_names = "allow"
too_many_lines = "allow"
uninlined_format_args = "allow"
unnecessary_semicolon = "allow"
unnecessary_wraps = "allow"
unnested_or_patterns = "allow"
unreadable_literal = "allow"
unused_self = "allow"

[lints.clippy.pedantic]
level = "warn"
priority = -1

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