roder-ext-task-process 0.1.1

Agentic software development tools and SDKs for Roder.
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 = "roder-ext-task-process"
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"

[package.metadata.roder.distribution]
id = "task-process"
category = "tool-provider"
display_name = "Process Tasks"
description = "Background task executor backed by local processes."
default_in_profiles = [
    "full",
    "research-headless",
]
required_env = []
optional_env = []
conflicts_with = []
required_capabilities = ["process.spawn.shell"]
extension_path = "::ProcessTaskExtension"
docs_url = ""

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

[[test]]
name = "run"
path = "tests/run.rs"

[dependencies.anyhow]
version = "1.0.102"

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

[dependencies.roder-api]
version = "0.1.0"

[dependencies.semver]
version = "1.0.28"

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

[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

[dev-dependencies.roder-ext-runner-unix-local]
version = "0.1.0"

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