rrq-runner 0.9.13

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

[features]
otel = [
    "opentelemetry",
    "opentelemetry-otlp",
    "opentelemetry_sdk",
    "tracing-opentelemetry",
    "tracing-subscriber",
]

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

[[example]]
name = "socket_runner"
path = "examples/socket_runner.rs"

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

[dependencies.chrono]
version = "0.4.43"

[dependencies.opentelemetry]
version = "0.31.0"
features = ["trace"]
optional = true

[dependencies.opentelemetry-otlp]
version = "0.31.0"
features = ["grpc-tonic"]
optional = true

[dependencies.opentelemetry_sdk]
version = "0.31.0"
features = [
    "rt-tokio",
    "trace",
]
optional = true

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

[dependencies.serde_json]
version = "1.0.149"

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

[dependencies.tracing]
version = "0.1.44"

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

[dependencies.tracing-subscriber]
version = "0.3.22"
features = [
    "env-filter",
    "fmt",
    "registry",
]
optional = true

[lints.clippy]

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