run_script 0.11.0

Run shell scripts in rust.
Documentation
[[bench]]
name = "bench_run"
path = "benches/bench_run.rs"

[dependencies.fsio]
features = ["temp-path"]
version = "^0.4"

[dev-dependencies.doc-comment]
version = "^0.3"

[[example]]
name = "macro_examples"
path = "examples/macro_examples.rs"

[[example]]
name = "function_examples"
path = "examples/function_examples.rs"

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

[package]
authors = ["Sagie Gur-Ari <sagiegurari@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-interface", "command-line-utilities"]
description = "Run shell scripts in rust."
documentation = "https://sagiegurari.github.io/run_script/api/run_script/index.html"
edition = "2021"
homepage = "http://github.com/sagiegurari/run_script"
include = ["/benches/*", "/examples/*", "/src/*", "/tests/*", "/Cargo.toml", "/LICENSE", "/README.md", "/Makefile.toml"]
keywords = ["shell", "scripts", "os", "command", "runner"]
license = "Apache-2.0"
name = "run_script"
readme = "README.md"
repository = "https://github.com/sagiegurari/run_script.git"
version = "0.11.0"

[[test]]
name = "spawn_script_macro_test"
path = "tests/spawn_script_macro_test.rs"

[[test]]
name = "run_test"
path = "tests/run_test.rs"

[[test]]
name = "run_script_or_exit_macro_test"
path = "tests/run_script_or_exit_macro_test.rs"

[[test]]
name = "run_script_macro_test"
path = "tests/run_script_macro_test.rs"