-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
31 lines (29 loc) · 1016 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[package]
name = "wayland-pipewire-idle-inhibit"
version = "0.5.2"
authors = ["Rafael Carvalho <[email protected]>"]
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"