# 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 = "pihole-influx-agent" version = "0.1.1" description = "Publish PiHole metrics to InfluxDB. Supports Influx's V2 API." readme = "Readme.md" keywords = ["pihole", "influxdb", "telemetry", "monitoring"] categories = ["visualization"] license = "AGPL-3.0-only" repository = "https://github.com/bohrium272/pihole-influx-agent" resolver = "2" [dependencies.env_logger] version = "0.8.4" [dependencies.log] version = "0.4.14" [dependencies.reqwest] version = "0.11" features = ["rustls-tls", "blocking", "json"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.structopt] version = "0.3" [dependencies.sys-info] version = "0.9" [dependencies.tokio] version = "1" features = ["full"] [target.arm-unknown-linux-gnueabihf] [target.armv7-unknown-linux-gnueabihf]