# 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 = "reachr" version = "1.1.0" authors = ["Protryon "] description = "A simple tool to check service health across various protocols" readme = "README.md" keywords = [ "dns", "http", "ping", "health", "tcp", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/Protryon/reachr" [dependencies.adns-client] version = "0.1" [dependencies.adns-proto] version = "0.1" [dependencies.always_cell] version = "0.1" [dependencies.anyhow] version = "1.0" [dependencies.env_logger] version = "0.10.0" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.prometheus] version = "0.13.3" [dependencies.prometheus_exporter] version = "0.8" [dependencies.rand] version = "0.8" [dependencies.really-notify] version = "0.1" [dependencies.reqwest] version = "0.11" features = ["rustls-tls"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.8" [dependencies.surge-ping] version = "0.8.0" [dependencies.tokio] version = "1.27" features = ["full"] [dependencies.tokio-util] version = "0.7" [dependencies.url] version = "2.4" features = ["serde"]