shell-candy 0.4.0

🍬 shell-candy wraps std::process::Command, providing a more straightforward mechanism for handling individual log lines.
Documentation
[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.rayon]
version = "1"

[dependencies.thiserror]
version = "1"

[dependencies.which]
version = "4"

[dev-dependencies.anyhow]
version = "1"

[dev-dependencies.reqwest]
features = ["blocking"]
version = "0.11"

[dev-dependencies.semver]
version = "1"

[package]
authors = ["Avery Harnish <rust@averyharnish.com>"]
categories = ["command-line-utilities"]
description = """
🍬 shell-candy wraps std::process::Command, providing a more straightforward mechanism for handling individual log lines.
"""
edition = "2021"
include = ["src/**/*", "Cargo.toml", "LICENSE*", "README.md", "examples/**/*"]
keywords = ["command", "task", "log", "shell", "posix"]
license = "MIT"
name = "shell-candy"
readme = "README.md"
repository = "https://github.com/EverlastingBugstopper/shell-candy"
version = "0.4.0"