# 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 = "healthchecks-monitor" version = "3.0.7" authors = ["Harsh Shandilya "] include = [ "src/**/*", "../LICENSE-*", "README.md", ] description = "monitor runs a given command and reports its result to https://healthchecks.io" homepage = "https://github.com/msfjarvis/healthchecks-rs" readme = "README.md" keywords = ["healthchecks"] license = "MIT/Apache-2.0" repository = "https://github.com/msfjarvis/healthchecks-rs" [dependencies.clap] version = "4.5.4" features = [ "color", "deprecated", "derive", ] [dependencies.color-eyre] version = "0.6.3" default-features = false [dependencies.healthchecks] version = "^3.1.7" features = ["v3"] [dependencies.subprocess] version = "0.2.9" [badges.maintenance] status = "actively-developed"