2013f8b5af
Split interface name from peer configuration file
29 lines
1.2 KiB
TOML
29 lines
1.2 KiB
TOML
[package]
|
|
name = "prometheus_wireguard_exporter"
|
|
version = "3.3.0"
|
|
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]
|
|
log = "0.4.6"
|
|
env_logger = "0.6.1"
|
|
clap = "2.33.0"
|
|
serde_json = "1.0.39"
|
|
serde = "1.0.91"
|
|
serde_derive = "1.0.91"
|
|
failure = "0.1.5"
|
|
hyper = { version = "0.13.0-alpha.4" , features = ["unstable-stream"] }
|
|
http = "0.1.17"
|
|
tokio = "0.2.0-alpha.6"
|
|
prometheus_exporter_base = { version = "0.30.2" }
|
|
regex = "1.3.1"
|