tmai 2.0.0

Tactful Multi Agent Interface — binary bundle installer (use `cargo binstall tmai`)
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 = "2021"
rust-version = "1.91"
name = "tmai"
version = "2.0.0"
authors = ["TrustDelta"]
build = false
include = [
    "/Cargo.toml",
    "/src/**/*.rs",
    "/README.md",
    "/LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tactful Multi Agent Interface — binary bundle installer (use `cargo binstall tmai`)"
documentation = "https://github.com/trust-delta/tmai"
readme = "README.md"
keywords = [
    "tmux",
    "ai",
    "claude",
    "orchestration",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/trust-delta/tmai"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-v{ version }-{ target }.tar.gz"
pkg-fmt = "tgz"
bin-dir = "{ name }-v{ version }/bin/{ bin }"

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

[[bin]]
name = "tmai"
path = "src/bin/tmai.rs"

[[bin]]
name = "tmai-ratatui"
path = "src/bin/tmai-ratatui.rs"