# 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 = "peshming" version = "0.4.1" authors = ["Jan Christian Grünhage "] description = "Pings configured hosts in a configurable intervals and exposes metrics for prometheus." keywords = ["ping", "icmp", "prometheus"] license = "AGPL-3.0-only" repository = "https://git.jcg.re/jcgruenhage/peshming" [dependencies.anyhow] version = "1" [dependencies.async-anyhow-logger] version = "0.1" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "2" [dependencies.fern] version = "0.6" [dependencies.futures] version = "0.3" [dependencies.futures-util] version = "0.3" [dependencies.hyper] version = "0.14" features = ["full"] [dependencies.lazy_static] version = "1" [dependencies.log] version = "0.4" [dependencies.prometheus] version = "0.12" [dependencies.serde] version = "1" features = ["derive"] [dependencies.tokio] version = "1" features = ["rt-multi-thread", "macros", "time"] [dependencies.tokio-icmp-echo] version = "0.4" [dependencies.toml] version = "0.5"