[package]
edition = "2024"
rust-version = "1.85"
name = "kaish-help"
version = "0.8.2"
authors = ["Amy Tobey <tobert@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Composable help & instructions content for kaish — shared by the kernel, REPL, MCP server, and embedders"
homepage = "https://github.com/tobert/kaish"
readme = "README.md"
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_help"
path = "src/lib.rs"
[[example]]
name = "regen_syntax"
path = "examples/regen_syntax.rs"
[dependencies.kaish-types]
version = "0.8.2"
[lints.clippy]
expect_used = "warn"
unwrap_used = "deny"
[lints.rust]
unsafe_code = "deny"