[package]
edition = "2024"
rust-version = "1.85"
name = "kaish-tool-api"
version = "0.8.2"
authors = ["Amy Tobey <tobert@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Stable plugin API for kaish tools: Tool/ToolCtx/KernelBackend traits, schema reflection"
homepage = "https://github.com/tobert/kaish"
readme = false
keywords = [
"shell",
"mcp",
"ai",
"agent",
"cli",
]
categories = [
"command-line-utilities",
"development-tools",
]
license = "MIT"
repository = "https://github.com/tobert/kaish"
resolver = "2"
[lib]
name = "kaish_tool_api"
path = "src/lib.rs"
[dependencies.async-trait]
version = "0.1"
[dependencies.clap]
version = "4"
features = ["derive"]
[dependencies.kaish-types]
version = "0.8.2"
features = []
[dev-dependencies.serde_json]
version = "1"
[lints.clippy]
expect_used = "warn"
unwrap_used = "deny"
[lints.rust]
unsafe_code = "deny"