# 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 = "2021" name = "agh-exporter-rs" version = "0.1.4" authors = ["Manuel Olguín Muñoz "] description = "A small HTTP server exporting AdGuard Home metrics for consumption in Prometheus." homepage = "https://github.com/molguin92/agh-exporter-rs" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/molguin92/agh-exporter-rs" [dependencies.axum] version = "0.7" features = ["tokio"] [dependencies.clap] version = "4.4" features = [ "derive", "env", ] [dependencies.clap_derive] version = "4.4" [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.serde_prometheus] version = "0.2" [dependencies.simple_logger] version = "4.3" [dependencies.tokio] version = "1.35" features = [ "rt", "rt-multi-thread", "macros", ]