[[bin]]
name = "ops_dashboard"
path = "src/bin/ops_dashboard.rs"
[[bin]]
name = "rustact"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.crossterm]
features = ["event-stream"]
version = "0.27"
[dependencies.futures]
version = "0.3"
[dependencies.parking_lot]
version = "0.12"
[dependencies.ratatui]
default-features = false
features = ["crossterm"]
version = "0.26"
[dependencies.tokio]
features = ["rt-multi-thread", "macros", "sync", "time", "signal", "fs"]
version = "1.37"
[dependencies.tokio-stream]
version = "0.1"
[dependencies.tracing]
version = "0.1"
[dependencies.unicode-width]
version = "0.1"
[lib]
name = "rustact"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "gui"]
description = "Async terminal UI framework inspired by React, built on top of ratatui and tokio."
documentation = "https://illusivebagel.github.io/rustact"
edition = "2024"
homepage = "https://github.com/IllusiveBagel/rustact"
include = ["src/**", "Cargo.toml", "README.md", "LICENSE", "CHANGELOG.md", "styles/demo.css"]
keywords = ["tui", "terminal", "react", "tokio", "async"]
license = "MIT"
name = "rustact"
readme = "README.md"
repository = "https://github.com/IllusiveBagel/rustact"
rust-version = "1.85"
version = "0.1.0"