[package] name = "swayidle-rs" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] env_logger = "0.11.5" libc = "0.2.155" libsystemd-sys = "0.9.3" log = "0.4.22" wayland-client = { version = "0.31.5", features = ["log"] } wayland-sys = { version = "0.31.4", features = ["client", "server"] }