# 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 = "stamon" version = "0.15.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Status monitors for textual status bars (such as barista, pista, etc.)" readme = "README.md" keywords = [ "dwm", "status", "bar", "barista", "suckless", ] categories = [ "command-line-utilities", "parser-implementations", ] license-file = "LICENSE" repository = "https://github.com/xandkar/stamon" [profile.release] lto = true codegen-units = 1 [lib] name = "stamon" path = "src/lib/mod.rs" [[bin]] name = "stamon-backlight-laptop" path = "src/bin/stamon-backlight-laptop.rs" [[bin]] name = "stamon-bluetooth" path = "src/bin/stamon-bluetooth.rs" [[bin]] name = "stamon-disk" path = "src/bin/stamon-disk.rs" [[bin]] name = "stamon-memory" path = "src/bin/stamon-memory.rs" [[bin]] name = "stamon-mpd" path = "src/bin/stamon-mpd.rs" [[bin]] name = "stamon-net" path = "src/bin/stamon-net.rs" [[bin]] name = "stamon-pulseaudio" path = "src/bin/stamon-pulseaudio.rs" [[bin]] name = "stamon-time" path = "src/bin/stamon-time.rs" [[bin]] name = "stamon-upower" path = "src/bin/stamon-upower.rs" [[bin]] name = "stamon-weather" path = "src/bin/stamon-weather.rs" [[bin]] name = "stamon-x11-keymap" path = "src/bin/stamon-x11-keymap.rs" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4.22" [dependencies.clap] version = "4.2.7" features = ["derive"] [dependencies.libc] version = "0.2.134" [dependencies.mpd] version = "0.1.0" [dependencies.nix] version = "0.29.0" features = [ "signal", "process", ] [dependencies.notify] version = "7.0.0" [dependencies.notify-rust] version = "4.8.0" [dependencies.reqwest] version = "0.12.9" features = [ "blocking", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.serde-xml-rs] version = "0.6.0" [dependencies.serde_json] version = "1.0.96" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16" features = [ "env-filter", "local-time", ] [dependencies.x11] version = "2.20.0" features = ["xlib"] [dev-dependencies.proptest] version = "1.1.0"