# 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 = "2018" name = "task-mon" version = "0.3.0" authors = ["Michael Diamond "] include = [ "**/*.rs", "Cargo.*", "README.md", "LICENSE", ] description = "CLI to execute commands and log results to healthchecks.io" readme = "README.md" keywords = [ "cron", "healthcheck", "healthchecks", "heartbeat", "monitoring", ] categories = [ "command-line-utilities", "development-tools::debugging", ] license = "MIT" repository = "http://github.com/dimo414/task-mon" [dependencies.clap] version = "~3.0" features = [ "std", "derive", "env", "cargo", ] default_features = false [dependencies.clap_derive] version = "~3.0" [dependencies.hostname] version = "0.3" [dependencies.openssl] version = "0.10" optional = true [dependencies.subprocess] version = "0.2" [dependencies.ureq] version = "2.0" [dev-dependencies.mockito] version = "0.29.0" [dev-dependencies.parameterized_test] version = "0.1" [features] static_ssl = ["openssl/vendored"]