shepherd-rs 0.2.0

Shepherd is a resilient, non-blocking orchestrator that persistently transforms and delivers data—built for remote, compute-heavy workloads.
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 = "shepherd-rs"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shepherd is a resilient, non-blocking orchestrator that persistently transforms and delivers data—built for remote, compute-heavy workloads."
homepage = "https://github.com/supragya/shepherd-rs"
readme = "README.md"
keywords = [
    "devops",
    "orchestration",
    "data-processing",
    "scheduler",
]
license-file = "LICENSE"
repository = "https://github.com/supragya/shepherd-rs"

[features]
default = ["instrumentation"]
instrumentation = []

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

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

[dependencies.hex]
version = "0.4.3"

[dependencies.log]
version = "0.4.27"

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

[dependencies.serde_json]
version = "1.0.40"

[dependencies.sqlx]
version = "0.8"
features = [
    "runtime-tokio-rustls",
    "postgres",
]

[dependencies.thiserror]
version = "2.0.12"

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

[dependencies.toml]
version = "0.8.23"

[dev-dependencies.defer]
version = "0.2.1"

[dev-dependencies.env_logger]
version = "0.11.8"

[dev-dependencies.fastrand]
version = "2.3.0"

[dev-dependencies.rand]
version = "0.8"