# 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 = "monitord-exporter" version = "0.4.1" authors = ["Cooper Ry Lees "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ monitord-exporter ... let prometheus know how happy your systemd is! 😊 """ readme = "README.md" categories = [ "network-programming", "os::linux-apis", ] license = "GPL-2.0-or-later" repository = "https://github.com/cooperlees/monitord-exporter" [profile.release] opt-level = "z" lto = "thin" strip = "symbols" [lib] name = "monitord_exporter" path = "src/lib.rs" [[bin]] name = "monitord-exporter" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.monitord] version = "0.10.1" [dependencies.prometheus_exporter] version = "0.8" [dependencies.signal-hook] version = "0.3.17" [dependencies.tokio] version = "1.40.0" [dependencies.tracing] version = "0.1" [dependencies.tracing-core] version = "0.1" [dependencies.tracing-glog] version = "0.4" [dependencies.tracing-subscriber] version = "0.3"