watchbind 0.1.17

A cli menu for periodically watching a program's output and executing commands on its lines through keybindings
[dependencies.anyhow]
version = "1.0.69"

[dependencies.clap]
default-features = false
features = ["std", "help", "cargo", "derive", "error-context"]
version = "4.1.8"

[dependencies.crossterm]
default-features = false
version = "0.26"

[dependencies.derive_more]
default-features = false
features = ["from", "into_iterator"]
version = "0.99.17"

[dependencies.indoc]
version = "2.0.1"

[dependencies.itertools]
version = "0.10.5"

[dependencies.serde]
default-features = false
features = ["derive"]
version = "1.0"

[dependencies.tabwriter]
version = "1.2.1"

[dependencies.toml]
default-features = false
features = ["parse"]
version = "0.7.2"

[dependencies.tui]
version = "0.19"

[package]
authors = ["Fritz Rehde <fritzrehde.work@gmail.com>"]
description = "A cli menu for periodically watching a program's output and executing commands on its lines through keybindings"
documentation = "https://github.com/fritzrehde/watchbind"
edition = "2021"
homepage = "https://github.com/fritzrehde/watchbind"
license-file = "LICENSE.md"
name = "watchbind"
readme = "README.md"
repository = "https://github.com/fritzrehde/watchbind"
version = "0.1.17"
[profile.dist]
debug = true
inherits = "release"
split-debuginfo = "packed"