[dependencies.anyhow]
version = "1"
[dependencies.encoding_rs]
version = "0.8"
[dev-dependencies]
[features]
[lib]
crate-type = ["rlib", "cdylib", "staticlib"]
[package]
categories = ["command-line-interface"]
description = "A library for running system commands"
documentation = "https://docs.rs/command_runner"
edition = "2021"
keywords = ["command", "runner", "system", "interactive", "cross-platform"]
license = "MIT OR Apache-2.0"
name = "command_runner"
readme = "README.md"
repository = "https://github.com/dbsxdbsx/command_runner"
rust-version = "1.79"
version = "0.1.3"
[profile.dev.package."*"]
opt-level = 3
[profile.release]
codegen-units = 1
lto = true
opt-level = 3
strip = "debuginfo"