sh-exec 0.1.6

Set of functions and macros to write more concise Rust scripts.
Documentation
[[bin]]
name = "sh-exec"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.98"

[dependencies.async-std]
version = "1.13.1"

[dependencies.colored]
version = "3.0.0"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.log]
version = "0.4.27"

[dependencies.shells]
version = "0.2.0"

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

[package]
authors = ["Christof Fetzer"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::build-utils"]
description = "Set of functions and macros to write more concise Rust scripts."
documentation = "https://docs.rs/sh-exec"
edition = "2024"
homepage = "https://github.com/christoffetzer/shell-exec"
keywords = ["script", "exec", "sh-exec"]
license = "Unlicense"
name = "sh-exec"
readme = "README.md"
repository = "https://github.com/christoffetzer/shell-exec"
version = "0.1.6"