# 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 = "2021" name = "shell-candy" version = "0.4.0" authors = ["Avery Harnish "] include = [ "src/**/*", "Cargo.toml", "LICENSE*", "README.md", "examples/**/*", ] description = """ 🍬 shell-candy wraps std::process::Command, providing a more straightforward mechanism for handling individual log lines. """ readme = "README.md" keywords = [ "command", "task", "log", "shell", "posix", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/EverlastingBugstopper/shell-candy" [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] version = "0.11" features = ["blocking"] [dev-dependencies.semver] version = "1"