# 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 = "wayland-pipewire-idle-inhibit" version = "0.5.2" authors = ["Rafael Carvalho "] description = "Inhibit wayland idle when computer is playing sound" readme = "README.md" keywords = [ "pipewire", "wayland", "utility", "idle", "inhibit", ] categories = ["multimedia"] license = "GPL-3.0-only" repository = "https://github.com/rafaelrc7/wayland-pipewire-idle-inhibit" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.5" features = [ "derive", "cargo", "string", ] [dependencies.figment] version = "0.10" features = ["toml"] [dependencies.log] version = "0.4" features = ["serde"] [dependencies.pipewire] version = "0.8" [dependencies.regex] version = "1.10" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_regex] version = "1.1" [dependencies.serde_with] version = "3.7" [dependencies.signal-hook] version = "0.3" [dependencies.simplelog] version = "0.12" [dependencies.timer] version = "0.2" [dependencies.wayland-client] version = "0.31" [dependencies.wayland-protocols] version = "0.31" features = [ "unstable", "client", ] [dependencies.xdg] version = "2.5" [dependencies.zbus] version = "4.1"