# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "hellcheck" version = "0.1.2" authors = ["Sergey Potapov "] description = "HTTP health checker" homepage = "https://github.com/greyblake/hellcheck" keywords = ["healthcheck", "http", "monitor", "notification", "health"] categories = ["web-programming", "network-programming"] license = "MIT" repository = "https://github.com/greyblake/hellcheck" [dependencies.base64] version = "0.10.0" [dependencies.failure] version = "0.1.3" [dependencies.futures] version = "0.1.25" [dependencies.humantime] version = "1.2.0" [dependencies.hyper] version = "0.12.18" [dependencies.hyper-tls] version = "0.3.1" [dependencies.openssl-probe] version = "0.1.2" [dependencies.reqwest] version = "0.9.5" [dependencies.structopt] version = "0.2.14" [dependencies.tokio-core] version = "0.1.17" [dependencies.tokio-timer] version = "0.2.8" [dependencies.yaml-rust] version = "0.4.2"