rx-runner 0.1.0

Runtime-neutral process execution with bounded streaming output and cancellation
Documentation
# 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 = "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]