atd-tools-shell 1.1.0

Built-in shell tools for the ATD reference runtime.
Documentation
[package]
name = "atd-tools-shell"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
authors.workspace = true
rust-version.workspace = true
description = "Built-in shell tools for the ATD reference runtime."
readme = "README.md"
keywords = ["atd", "tool", "shell", "agent"]
categories = ["api-bindings", "command-line-utilities"]

[dependencies]
atd-protocol = { path = "../atd-protocol", version = "1.1.0" }
atd-runtime = { path = "../atd-runtime", version = "1.1.0" }
serde = { workspace = true }
serde_json = { workspace = true }
tokio = { workspace = true, features = ["process", "io-util", "rt-multi-thread", "macros", "time"] }
thiserror = { workspace = true }

[target.'cfg(unix)'.dependencies]
libc = "0.2"

[dev-dependencies]
atd-runtime = { path = "../atd-runtime", features = ["testing"] }
tempfile = { workspace = true }