triage 0.1.0

Ratatui local client for the Triage terminal supervisor.
# 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"
name = "triage"
version = "0.1.0"
authors = ["Hyeons' Lab <info@hyeons-lab.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ratatui local client for the Triage terminal supervisor."
homepage = "https://github.com/hyeons-lab/triage"
readme = "README.md"
keywords = [
    "terminal",
    "pty",
    "supervisor",
    "ratatui",
    "mcp",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/hyeons-lab/triage"

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

[[bin]]
name = "triage"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.base64]
version = "0.22"

[dependencies.crossterm]
version = "0.28"

[dependencies.ratatui]
version = "0.29"

[dependencies.serde_json]
version = "1"

[dependencies.tracing]
version = "0.1"

[dependencies.triage-core]
version = "0.1.0"

[dependencies.triaged]
version = "0.1.0"

[dependencies.unicode-width]
version = "0.2"

[lints.clippy]
all = "warn"

[lints.rust]
unsafe_code = "deny"