[package] name = "wayland-pipewire-idle-inhibit" version = "0.5.2" authors = ["Rafael Carvalho "] edition = "2021" license = "GPL-3.0-only" repository = "https://github.com/rafaelrc7/wayland-pipewire-idle-inhibit" readme = "README.md" description = "Inhibit wayland idle when computer is playing sound" keywords = ["pipewire", "wayland", "utility", "idle", "inhibit"] categories = ["multimedia"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] pipewire = "0.8" log = { version = "0.4", features = ["serde"] } simplelog = "0.12" timer = "0.2" chrono = "0.4" signal-hook = "0.3" wayland-protocols = { version = "0.31", features = ["unstable", "client"] } wayland-client = "0.31" zbus = "4.1" clap = { version = "4.5", features = ["derive", "cargo", "string"] } regex = "1.10" xdg = "2.5" figment = { version = "0.10", features = ["toml"] } serde = { version = "1.0", features = ["derive"] } serde_regex = "1.1" serde_with = "3.7"