[[bin]]
name = "pretty-exec"
path = "src/main.rs"
[[bin]]
name = "pretty-exec-completions"
path = "src/completions.rs"
[dependencies.pretty-exec-lib]
version = "0.0.37"
[dev-dependencies.ansi_term]
version = "^0.12.1"
[dev-dependencies.pipe-trait]
version = "^0.3.2"
[dev-dependencies.serde]
features = ["derive"]
version = "^1.0.126"
[dev-dependencies.serde_json]
version = "^1.0.64"
[dev-dependencies.toml]
version = "^0.5.8"
[lib]
name = "pretty_exec"
path = "src/lib.rs"
[package]
authors = ["khai96_ <hvksmr1996@gmail.com>"]
categories = ["command-line-utilities"]
description = "Print a command and then execute it"
edition = "2018"
keywords = ["spawn", "subprocess", "command"]
license = "MIT"
name = "pretty-exec"
readme = "README.md"
repository = "https://github.com/KSXGitHub/pretty-exec.git"
version = "0.0.37"