sh-exec 0.2.0

Set of functions and macros to write more concise Rust scripts.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

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

[[bin]]
name = "sh-exec"
path = "src/main.rs"

[dependencies.anyhow]
version = "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"