kaish-types 0.5.0

Pure data types for kaish — structured output, values, tool schemas
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"
rust-version = "1.85"
name = "kaish-types"
version = "0.5.0"
authors = ["Amy Tobey <tobert@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure data types for kaish — structured output, values, tool schemas"
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"

[features]
schema = ["dep:schemars"]

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

[dependencies.schemars]
version = "1"
optional = true

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[lints.clippy]
expect_used = "warn"
unwrap_used = "deny"

[lints.rust]
unsafe_code = "deny"