[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"