hcp 0.4.0

Utility for running and subprocess and pinging healthchecks.io with result
# 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 = "hcp"
version = "0.4.0"
authors = ["Andrew Burkett <burkett.andrew@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Utility for running and subprocess and pinging healthchecks.io with result"
homepage = "https://github.com/drewkett/hcp"
documentation = "https://github.com/drewkett/hcp"
readme = "README.md"
license = "MIT"
repository = "https://github.com/drewkett/hcp"

[[bin]]
name = "hcp"
path = "src/main.rs"

[dependencies.bstr]
version = "1"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

[dependencies.ureq]
version = "3"

[target."cfg(unix)".dependencies.libc]
version = "0.2"