peshming/Cargo.toml

21 lines
495 B
TOML
Raw Normal View History

2019-02-01 14:56:35 +00:00
[package]
name = "peshming"
version = "0.1.0"
authors = ["Jan Christian Grünhage <jan.christian@gruenhage.xyz>"]
edition = "2018"
2019-02-06 18:29:27 +00:00
description = "Pings configured hosts in a configurable intervals and exposes metrics for prometheus."
2019-02-01 14:56:35 +00:00
[dependencies]
prometheus = "0.5.0"
oping = "0.3.3"
toml = "0.4.10"
hyper = "0.12.23"
lazy_static = "1.2.0"
futures = "0.1.25"
tokio = "0.1.15"
2019-02-06 18:29:27 +00:00
clap = "2.32.0"
fern = "0.5.7"
log = "0.4.6"
chrono = "0.4.6"
serde = { version = "1.0.87", features = ["derive"] }