[dependencies.itertools]
version = "0.14.0"
[dependencies.regex]
version = "1.11.3"
[[example]]
name = "cargo-version"
path = "examples/cargo-version.rs"
[[example]]
name = "echo"
path = "examples/echo.rs"
[[example]]
name = "ffmpeg"
path = "examples/ffmpeg.rs"
[lib]
name = "printable_shell_command"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A helper library to print shell commands."
documentation = "https://github.com/lgarron/printable-shell-command-rs"
edition = "2024"
homepage = "https://github.com/lgarron/printable-shell-command-rs"
keywords = ["shell"]
license = "MIT"
name = "printable-shell-command"
readme = "README.md"
repository = "https://github.com/lgarron/printable-shell-command-rs"
version = "0.2.0"