# 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 = "hc-runner" version = "0.4.4" description = "Command runner for healthchecks.io" readme = "README.md" license = "MIT" repository = "https://github.com/n8henrie/hc-runner" [dependencies.clap] version = "4" features = ["derive"] [dependencies.config] version = "0.14" features = ["toml"] default-features = false [dependencies.directories] version = "5" [dependencies.reqwest] version = "0.11" [dependencies.serde] version = "1" features = ["derive"] [dependencies.tempfile] version = "3" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dependencies.url] version = "2" features = ["serde"] [dev-dependencies.httpmock] version = "0.7" [target.aarch64-unknown-linux-gnu.dependencies.openssl] version = "0.10" features = ["vendored"]