[package]
edition = "2021"
name = "standout-pipe"
version = "7.9.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Output piping to external commands for CLI applications"
readme = false
keywords = [
"cli",
"pipe",
"shell",
"clipboard",
]
categories = ["command-line-interface"]
license = "MIT"
repository = "https://github.com/arthur-debert/standout"
[lib]
name = "standout_pipe"
path = "src/lib.rs"
[dependencies.thiserror]
version = "2"
[dependencies.wait-timeout]
version = "0.2"
[dev-dependencies.tempfile]
version = "3"