shell_exec 0.1.0

Cross platform library to execute shell scripts
Documentation
[dependencies.bstr]
version = "1.9"

[dependencies.log]
version = "0.4"

[dependencies.strum]
features = ["derive"]
version = "0.26"

[dependencies.tempfile]
version = "3.12"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
features = ["time", "process", "io-util", "macros", "rt"]
version = "1"

[dependencies.typed-builder]
version = "0.20"

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

[package]
authors = ["Caido Labs Inc. <dev@caido.io>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Cross platform library to execute shell scripts"
edition = "2021"
license = "MIT"
name = "shell_exec"
readme = "README.md"
repository = "https://github.com/caido/shell_exec"
version = "0.1.0"