[package] name = "wayidle" version = "0.1.1" authors = ["Hugo Osvaldo Barrera "] edition = "2021" description = "Wayland idle timeout waiter" homepage = "https://sr.ht/~whynothugo/wayidle" license = "ISC" keywords = ["idle", "wayland"] categories = ["command-line-interface", "command-line-utilities"] [profile.release] strip = true lto = true [dependencies] anyhow = "1.0.71" lexopt = "0.3.0" wayrs-client = "0.10.4" wayrs-protocols = { version = "0.10.5", features = ["ext-idle-notify-v1"] } wayrs-utils = { version = "0.6.0", features = ["seats"] }