2019-04-23 23:06:35 +02:00
|
|
|
[package]
|
|
|
|
name = "prometheus_wireguard_exporter"
|
2019-05-31 13:20:01 +02:00
|
|
|
version = "2.0.0"
|
2019-04-23 23:06:35 +02:00
|
|
|
authors = ["Francesco Cogno <francesco.cogno@outlook.com>"]
|
|
|
|
description = "Prometheus WireGuard Exporter"
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
readme = "README.md"
|
|
|
|
license = "MIT"
|
|
|
|
repository = "https://github.com/MindFlavor/prometheus_wireguard_exporter"
|
|
|
|
documentation = "https://github.com/MindFlavor/prometheus_wireguard_exporter"
|
|
|
|
homepage = "https://github.com/MindFlavor/prometheus_wireguard_exporter"
|
|
|
|
|
|
|
|
keywords = ["prometheus", "exporter", "wireguard"]
|
|
|
|
categories = ["database"]
|
|
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2019-05-20 11:06:26 +02:00
|
|
|
log = "0.4.6"
|
|
|
|
env_logger = "0.6.1"
|
|
|
|
futures = "0.1.27"
|
|
|
|
clap = "2.33.0"
|
|
|
|
serde_json = "1.0.39"
|
|
|
|
serde = "1.0.91"
|
|
|
|
serde_derive = "1.0.91"
|
|
|
|
failure = "0.1.5"
|
|
|
|
hyper = "0.12.29"
|
|
|
|
http = "0.1.17"
|