[package] name = "bscreensaver-util" version = "0.1.0" edition = "2021" [lib] [dependencies] anyhow = "1" clap = "3" env_logger = "0.9" humantime = "2" lazy_static = "1" libc = "0.2" shell-words = "1" toml = "0.5" xcb = { git = "https://github.com/rust-x-bindings/rust-xcb", rev = "d09b5f91bc07d56673f1bc0d6c7ecd72b5ff7b3e", features = ["randr", "screensaver", "xfixes"] } xdg = "2" zbus = "2"