# 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 = "pistachio" version = "0.3.1" authors = ["Nolan Cooper "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Prometheus exporter designed for monitoring UPS devices using Network UPS Tools (NUT)." readme = "README.md" keywords = [ "ups", "nut", "prometheus", "exporter", "monitoring", ] license = "GPL-3.0-or-later" repository = "https://github.com/barrelmaker97/pistachio" [package.metadata.deb] maintainer-scripts = "debian/" revision = "" [package.metadata.deb.systemd-units] enable = false [profile.release] strip = "symbols" [lib] name = "pistachio" path = "src/lib.rs" [[bin]] name = "pistachio" path = "src/main.rs" [dependencies.clap] version = "4.5.17" features = [ "derive", "env", ] [dependencies.env_logger] version = "0.11.5" [dependencies.log] version = "0.4.22" [dependencies.prometheus_exporter] version = "0.8.5" [dependencies.rups] version = "0.6.1"