polyc-tui 2026.9.0

Operator cockpit TUI (pc-tui) for the polychrome control plane: fleet, transcript, approvals, and tools panes.
# 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.97"
name = "polyc-tui"
version = "2026.9.0"
authors = ["Official Unofficial, Inc."]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Operator cockpit TUI (pc-tui) for the polychrome control plane: fleet, transcript, approvals, and tools panes."
readme = false
license = "Apache-2.0 OR MIT"
repository = "https://github.com/officialunofficial/polychrome"
resolver = "2"

[package.metadata.polychrome]
layer = "container"
plane_role = "tooling"

[package.metadata.cargo-machete]
ignored = ["crossterm"]

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

[[bin]]
name = "pc-tui"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.color-eyre]
version = "0.6.5"

[dependencies.crossterm]
version = "0.29.0"
features = ["event-stream"]

[dependencies.futures]
version = "0.3"

[dependencies.k8s-openapi]
version = "0.28"
features = ["v1_33"]

[dependencies.kube]
version = "4.0"
features = [
    "client",
    "runtime",
    "derive",
    "ws",
    "rustls-tls",
]
default-features = false

[dependencies.polyc-controller]
version = "=2026.9.0"

[dependencies.polyc-proto]
version = "=2026.9.0"

[dependencies.polyc-rpc-client]
version = "=2026.9.0"

[dependencies.ratatui]
version = "0.30.1"

[dependencies.reqwest]
version = "0.13.4"
features = [
    "rustls",
    "json",
    "stream",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.signal-hook]
version = "0.4"

[dependencies.tokio]
version = "1"
features = ["full"]

[lints.clippy]
dbg_macro = "deny"
module_name_repetitions = "allow"
redundant_pub_crate = "allow"
unwrap_used = "deny"

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_docs = "deny"
unreachable_pub = "warn"
unsafe_code = "forbid"

[lints.rustdoc]
all = "warn"