# 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 = "2018" name = "prometheus_wireguard_exporter" version = "3.6.6" authors = ["Francesco Cogno "] description = "Prometheus WireGuard Exporter" homepage = "https://github.com/MindFlavor/prometheus_wireguard_exporter" documentation = "https://github.com/MindFlavor/prometheus_wireguard_exporter" readme = "README.md" keywords = [ "prometheus", "exporter", "wireguard", ] categories = ["database"] license = "MIT" repository = "https://github.com/MindFlavor/prometheus_wireguard_exporter" [dependencies.anyhow] version = "1.0.66" [dependencies.clap] version = "4.0.26" features = [ "cargo", "env", ] [dependencies.env_logger] version = "0.9.3" [dependencies.http] version = "0.2.8" [dependencies.hyper] version = "0.14.23" features = ["stream"] [dependencies.log] version = "0.4.17" [dependencies.prometheus_exporter_base] version = "1.3.0" features = ["hyper_server"] [dependencies.regex] version = "1.7.0" [dependencies.serde] version = "1.0.147" [dependencies.serde_json] version = "1.0.88" [dependencies.thiserror] version = "1.0.37" [dependencies.tokio] version = "1.22.0" features = [ "macros", "rt", ] [dev-dependencies.clippy] version = "0.0.302" [features] default = [] leaky_log = []