[dependencies.buswatch-tui]
version = "0.1.1"
[dependencies.buswatch-types]
features = ["serde"]
version = "0.1.0"
[features]
default = ["subscribe"]
subscribe = ["buswatch-tui/subscribe"]
[lib]
name = "buswatch"
path = "src/lib.rs"
[package]
authors = ["Matthew Hounslow"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools::debugging"]
description = "Diagnostic TUI for monitoring Caryatid message bus activity"
documentation = "https://docs.rs/buswatch"
edition = "2021"
exclude = [".github/", ".gitignore"]
keywords = ["caryatid", "monitoring", "tui", "diagnostics", "message-bus"]
license = "Apache-2.0"
name = "buswatch"
readme = "README.md"
repository = "https://github.com/lowhung/buswatch"
rust-version = "1.85"
version = "0.2.6"