[package]
edition = "2024"
name = "rx-runner"
version = "0.1.0"
authors = ["Joseph O'Brien <joeobrien516@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime-neutral process execution with bounded streaming output and cancellation"
homepage = "https://github.com/89jobrien/rx"
readme = "README.md"
keywords = [
"process",
"runner",
"tui",
"command",
"streaming",
]
categories = [
"development-tools",
"command-line-utilities",
]
license = "MIT"
repository = "https://github.com/89jobrien/rx"
resolver = "2"
[lib]
name = "rx_runner"
path = "src/lib.rs"
[dependencies]