steward 0.0.5

Task runner and process manager for Rust
Documentation
[dependencies.async-trait]
version = "0.1.50"

[dependencies.console]
version = "0.14.1"

[dependencies.hyper]
features = ["client", "tcp", "http1"]
version = "0.14.5"

[dependencies.once_cell]
version = "1.17.1"

[dependencies.rand]
version = "0.8.3"

[dependencies.thiserror]
version = "1.0"

[dependencies.tls]
features = ["vendored"]
optional = true
package = "hyper-tls"
version = "0.5.0"

[dependencies.tokio]
features = ["rt-multi-thread", "fs", "net", "time", "process", "signal", "io-util", "macros"]
version = "1"

[features]
default = ["tls"]

[package]
authors = ["Alex Fedoseev <alex@fedoseev.mx>"]
autoexamples = false
description = "Task runner and process manager for Rust"
documentation = "https://docs.rs/steward"
edition = "2021"
exclude = ["examples/*"]
homepage = "https://github.com/alexfedoseev/steward"
keywords = ["command", "process", "env"]
license = "MIT"
name = "steward"
readme = "./README.md"
repository = "https://github.com/alexfedoseev/steward"
version = "0.0.5"
[target."cfg(unix)".dependencies.nix]
version = "0.20.0"
[target."cfg(windows)".dependencies.winapi]
features = ["errhandlingapi"]
version = "0.3.9"