[package]
edition = "2024"
rust-version = "1.85"
name = "atd-tools-shell"
version = "1.1.0"
authors = ["ATD Protocol Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Built-in shell tools for the ATD reference runtime."
readme = "README.md"
keywords = [
"atd",
"tool",
"shell",
"agent",
]
categories = [
"api-bindings",
"command-line-utilities",
]
license = "Apache-2.0"
repository = "https://github.com/downsea/atd"
resolver = "2"
[lib]
name = "atd_tools_shell"
path = "src/lib.rs"
[dependencies.atd-protocol]
version = "1.1.0"
[dependencies.atd-runtime]
version = "1.1.0"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.thiserror]
version = "2"
[dependencies.tokio]
version = "1"
features = [
"net",
"io-util",
"rt-multi-thread",
"macros",
"sync",
"time",
"process",
"fs",
"process",
"io-util",
"rt-multi-thread",
"macros",
"time",
]
[dev-dependencies.tempfile]
version = "3"
[target."cfg(unix)".dependencies.libc]
version = "0.2"