cmd_lib 1.0.1

Common rust commandline macros and utils, to write shell script like tasks easily
Documentation
[dependencies.cmd_lib_macros]
version = "1.0.1"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.log]
version = "0.4"
[dev-dependencies.byte-unit]
version = "4.0"

[dev-dependencies.rayon]
version = "1.5"

[dev-dependencies.structopt]
version = "0.3"

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