# 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 = "pfui" version = "0.1.0" description = "Efficiently generate content for statusbars, especially eww" homepage = "https://github.com/b3nj5m1n/pfui" readme = "README.md" keywords = [ "eww", "statusbar", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/b3nj5m1n/pfui" [dependencies.anyhow] version = "1.0.66" [dependencies.clap] version = "4.0.19" features = [ "derive", "color", ] [dependencies.mpd] version = "0.0.12" optional = true [dependencies.pulse] version = "2.0" optional = true package = "libpulse-binding" [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde_json] version = "1.0.87" [dependencies.sway] version = "3.0.1" optional = true package = "swayipc" [dependencies.time] version = "0.1.44" optional = true [features] default = [ "mpd", "pulseaudio", "sway", ] mpd = [ "dep:mpd", "dep:time", ] pulseaudio = ["dep:pulse"] sway = ["dep:sway"]