statui 0.2.0

A lightweight TUI dashboard for API health monitoring built with Rust and Ratatui.
# 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 = "statui"
version = "0.2.0"
authors = ["Mohamed Badry <m.badry.fl@gmail.com>"]
build = false
exclude = [
    "assets/*",
    ".github/*",
    "tests/*",
    "demo.tape",
    "presets/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight TUI dashboard for API health monitoring built with Rust and Ratatui."
readme = "README.md"
keywords = [
    "tui",
    "monitoring",
    "api",
    "health-check",
    "dashboard",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/Mohamed-Badry/statui"

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

[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-v{ version }-{ target }.zip"
pkg-fmt = "zip"

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

[dependencies.chrono]
version = "0.4.42"

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

[dependencies.config]
version = "0.15.18"

[dependencies.directories]
version = "6.0.0"

[dependencies.ratatui]
version = "0.29.0"
features = ["crossterm"]

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

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

[dependencies.tachyonfx]
version = "0.20.1"

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

[dependencies.toml]
version = "0.9.8"

[profile.dev]
opt-level = 0
debug = 2
panic = "unwind"

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
debug = 0
panic = "unwind"
strip = true

[profile.test]
opt-level = 0
debug = 2