[package]
edition = "2024"
rust-version = "1.88"
name = "taria"
version = "0.2.0"
authors = ["y0sif <yosifsoli981@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Agent accessibility layer for terminal user interfaces. Lets TUI apps expose their widget tree, focus state, and available actions to AI agents, like ARIA does for the web."
homepage = "https://github.com/y0sif/taria"
readme = "README.md"
keywords = [
"tui",
"accessibility",
"ai",
"agents",
"mcp",
]
categories = [
"accessibility",
"command-line-interface",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/y0sif/taria"
[lib]
name = "taria"
path = "src/lib.rs"
[dependencies.serde]
version = "1"
features = ["derive"]
[dev-dependencies.serde_json]
version = "1"