triaged 0.1.1

Long-running daemon that owns Triage terminal session state.
# 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 = "triaged"
version = "0.1.1"
authors = ["Hyeons' Lab <info@hyeons-lab.com>"]
build = "build.rs"
include = [
    "src/**/*",
    "dist/*.css",
    "dist/*.html",
    "dist/*.js",
    "dist/*.json",
    "dist/*.png",
    "dist/assets/**/*",
    "dist/icons/**/*",
    "Cargo.toml",
    "README.md",
    "build.rs",
    "web_fallback/**/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Long-running daemon that owns Triage terminal session state."
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 = "triaged"
path = "src/lib.rs"

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

[dependencies.anyhow]
version = "1"

[dependencies.bytes]
version = "1"

[dependencies.flate2]
version = "1"

[dependencies.futures-util]
version = "0.3"

[dependencies.hex]
version = "0.4"

[dependencies.http]
version = "1"

[dependencies.http-body-util]
version = "0.1"

[dependencies.hyper]
version = "1"
features = [
    "server",
    "http1",
]

[dependencies.hyper-util]
version = "0.1"
features = [
    "server-auto",
    "tokio",
]

[dependencies.portable-pty]
version = "0.9"

[dependencies.rand]
version = "0.8"

[dependencies.rust-embed]
version = "8"
features = ["compression"]

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.tattoy-wezterm-surface]
version = "0.1.0-fork.2"

[dependencies.tattoy-wezterm-term]
version = "0.1.0-fork.5"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "net",
    "sync",
    "macros",
    "time",
]

[dependencies.tokio-tungstenite]
version = "0.24"

[dependencies.tracing]
version = "0.1"

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

[dependencies.triage-transport-ws]
version = "0.1.1"

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

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[lints.clippy]
all = "warn"

[lints.rust]
unsafe_code = "deny"