[lib]
name = "command_unquoted"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["value-formatting"]
description = "std::process::Command wrapper with a nicer Debug implementation"
edition = "2021"
keywords = ["command", "debug", "display", "fmt"]
license = "MPL-2.0"
name = "command-unquoted"
readme = "README.md"
repository = "https://github.com/iliana/command-unquoted"
resolver = "2"
rust-version = "1.57"
version = "1.0.0"