command-extra 1.1.0

Additional methods for std::process::Command
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
name = "command-extra"
version = "1.1.0"
authors = ["khai96_ <hvksmr1996@gmail.com>"]
build = false
include = [
    "/src",
    "/Cargo.toml",
    "/README.md",
    "/LICENSE.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Additional methods for std::process::Command"
documentation = "https://docs.rs/command-extra"
readme = "README.md"
keywords = [
    "process",
    "subprocess",
    "utility-trait",
]
license = "MIT"
repository = "https://github.com/KSXGitHub/command-extra.git"

[lib]
name = "command_extra"
path = "src/lib.rs"