sepp-rs 0.1.0

The official Rust client for sepp, a small, language-agnostic durable job queue
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"
rust-version = "1.85"
name = "sepp-rs"
version = "0.1.0"
build = "build.rs"
include = [
    "src/**/*.rs",
    "proto/**/*.proto",
    "build.rs",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The official Rust client for sepp, a small, language-agnostic durable job queue"
documentation = "https://docs.rs/sepp-rs"
readme = "README.md"
keywords = [
    "sepp",
    "job-queue",
    "queue",
    "worker",
    "grpc",
]
categories = [
    "asynchronous",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/sepp-org/sepp-rs"

[package.metadata.docs.rs]
all-features = true

[features]
default = ["opentelemetry"]
opentelemetry = [
    "dep:opentelemetry",
    "dep:opentelemetry_sdk",
    "dep:tracing-opentelemetry",
]
tls = [
    "tonic/tls-ring",
    "tonic/tls-native-roots",
]

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

[dependencies.futures]
version = "0.3.32"

[dependencies.gethostname]
version = "1.1.0"

[dependencies.opentelemetry]
version = "0.32"
optional = true

[dependencies.opentelemetry_sdk]
version = "0.32"
optional = true

[dependencies.prost]
version = "0.14"

[dependencies.prost-types]
version = "0.14"

[dependencies.serde]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "sync",
    "time",
]

[dependencies.tokio-util]
version = "0.7"
default-features = false

[dependencies.tonic]
version = "0.14"
features = ["transport"]

[dependencies.tonic-prost]
version = "0.14"

[dependencies.tracing]
version = "0.1.44"

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

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

[dev-dependencies.opentelemetry]
version = "0.32"

[dev-dependencies.opentelemetry-otlp]
version = "0.32"
features = [
    "grpc-tonic",
    "trace",
]
default-features = false

[dev-dependencies.opentelemetry_sdk]
version = "0.32"
features = ["testing"]

[dev-dependencies.testcontainers]
version = "0.27"

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "signal",
]

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

[build-dependencies.protox]
version = "0.9"

[build-dependencies.tonic-prost-build]
version = "0.14"