cmd_lib 1.2.4

Common rust commandline macros and utils, to write shell script like tasks easily
Documentation
[package]
name = "cmd_lib"
description = "Common rust commandline macros and utils, to write shell script like tasks easily"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/rust-shell-script/rust_cmd_lib"
repository = "https://github.com/rust-shell-script/rust_cmd_lib"
documentation = "https://docs.rs/cmd_lib"
keywords = ["shell", "script", "cli", "process", "pipe"]
categories = ["command-line-interface", "command-line-utilities"]
readme = "README.md"
version = "1.2.4"
authors = ["rust-shell-script <rust-shell-script@gmail.com>"]
edition = "2018"

[workspace]
members = ["macros", "examples"]

[dependencies]
cmd_lib_macros = { version = "1.2.4", path = "./macros" }
lazy_static = "1.4.0"
log = "0.4"
faccess = "0.2"
os_pipe = "0.9"

[dev-dependencies]
rayon = "1.5"
structopt = "0.3"
byte-unit = "4.0"