[dependencies.cmd_lib_core]
version = "0.2"
[dependencies.cmd_lib_macros]
version = "0.2"
[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", "scripts", "commandline", "subprocess", "pipeline"]
license = "MIT OR Apache-2.0"
name = "cmd_lib"
readme = "README.md"
repository = "https://github.com/rust-shell-script/rust_cmd_lib"
version = "0.9.4"