# 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" version = "0.11.1" authors = ["Cooper Ry Lees "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ monitord ... know how happy your systemd is! 😊 """ documentation = "http://monitord.xyz/" readme = "README.md" categories = [ "network-programming", "os::linux-apis", ] license = "GPL-2.0-or-later" repository = "https://github.com/cooperlees/monitord" [profile.release] opt-level = "z" lto = "thin" strip = "symbols" [lib] name = "monitord" path = "src/lib.rs" [[bin]] name = "monitord" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.configparser] version = "3.0.3" features = ["indexmap"] [dependencies.indexmap] version = "2.2" [dependencies.int-enum] version = "1.1" [dependencies.itertools] version = "0.13.0" [dependencies.procfs] version = "0.15.1" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_repr] version = "0.1" [dependencies.serde_tuple] version = "1.0.0" [dependencies.struct-field-names-as-array] version = "0.3" [dependencies.strum] version = "0.26" [dependencies.strum_macros] version = "0.26" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.37.0" features = [ "full", "tracing", ] [dependencies.tracing] version = "0.1" [dependencies.tracing-core] version = "0.1" [dependencies.tracing-glog] version = "0.4" [dependencies.tracing-subscriber] version = "0.3" [dependencies.zbus] version = "4.4.0" features = [ "p2p", "tokio", ] [dependencies.zvariant] version = "4.2.0" [dependencies.zvariant_derive] version = "4.2.0" [dev-dependencies.tempfile] version = "3.3.0"