cmd_lib 0.7.5

Common rust commandline macros and utils, to write shell script like tasks easily
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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

[dependencies]