# 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 = "swayrbar" version = "0.4.2" authors = ["Tassilo Horn "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A swaybar-protocol implementation for sway/swaybar" homepage = "https://sr.ht/~tsdh/swayr/#swayrbar" readme = "README.md" license = "GPL-3.0+" repository = "https://git.sr.ht/~tsdh/swayr" [lib] name = "swayrbar" path = "src/lib.rs" [[bin]] name = "swayrbar" path = "src/bin/swayrbar.rs" [dependencies.battery] version = "0.7" [dependencies.chrono] version = "0.4" features = [ "clock", "std", ] default-features = false [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.directories] version = "5.0" [dependencies.env_logger] version = "0.11" features = [ "color", "auto-color", "humantime", ] default-features = false [dependencies.log] version = "0.4" [dependencies.once_cell] version = "1.20" [dependencies.regex] version = "1.11" [dependencies.rt-format] version = "0.3.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.swaybar-types] version = "3.0" [dependencies.swayipc] version = "3.0" [dependencies.sysinfo] version = "0.31" [dependencies.toml] version = "0.8"