[package]
edition = "2024"
name = "roder-tasks"
version = "0.1.1"
authors = ["Pandelis Zembashis"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Agentic software development tools and SDKs for Roder."
readme = "README.md"
license = "MIT"
repository = "https://github.com/RoderAI/roder"
[lib]
name = "roder_tasks"
path = "src/lib.rs"
[[test]]
name = "lifecycle"
path = "tests/lifecycle.rs"
[[test]]
name = "process_registry"
path = "tests/process_registry.rs"
[[test]]
name = "runner"
path = "tests/runner.rs"
[dependencies.anyhow]
version = "1.0.102"
[dependencies.async-trait]
version = "0.1.89"
[dependencies.roder-api]
version = "0.1.0"
[dependencies.serde_json]
version = "1.0.149"
features = ["preserve_order"]
[dependencies.time]
version = "0.3.47"
[dependencies.tokio]
version = "1.52.3"
features = [
"fs",
"io-std",
"io-util",
"macros",
"net",
"process",
"rt-multi-thread",
"signal",
"sync",
"time",
]
default-features = false
[dependencies.uuid]
version = "1.23.1"
features = ["v4"]