cargowatch-ui 0.1.0

Ratatui dashboard components for live CargoWatch build monitoring.
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 = "2024"
rust-version = "1.94"
name = "cargowatch-ui"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ratatui dashboard components for live CargoWatch build monitoring."
homepage = "https://github.com/dunamismax/cargowatch"
documentation = "https://docs.rs/cargowatch-ui"
readme = "README.md"
keywords = [
    "cargo",
    "rust",
    "tui",
    "dashboard",
    "monitoring",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/dunamismax/cargowatch"

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

[dependencies.ansi-to-tui]
version = "7.0.0"

[dependencies.anyhow]
version = "1.0.100"

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

[dependencies.crossterm]
version = "0.29.0"

[dependencies.ratatui]
version = "0.29.0"

[dependencies.time]
version = "0.3.44"
features = [
    "formatting",
    "local-offset",
    "macros",
    "parsing",
    "serde",
]

[dependencies.tracing]
version = "0.1.41"

[lints.clippy]
dbg_macro = "deny"
todo = "deny"
unwrap_used = "deny"

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