[package] authors = ["jD91mZM2 "] description = "xautolock rewrite in Rust, with a few extra features" edition = "2018" license = "MIT" name = "xidlehook" version = "0.10.0" default-run = "xidlehook" repository = "https://gitlab.com/jD91mZM2/xidlehook" readme = "../README.md" keywords = ["xorg", "x", "timer"] categories = ["date-and-time", "command-line-utilities"] [dependencies] env_logger = "0.7.1" futures = "0.3.1" log = "0.4.8" nix = "0.15.0" serde = { version = "1.0.103", features = ["derive"] } serde_json = "1.0.42" structopt = "0.3.5" xcb = { version = "0.9.0", features = ["x11", "screensaver"] } xidlehook-core = { version = "0.3.0", default-features = false, features = ["tokio"] } tokio = { version = "0.2.21", features = ["io-util", "macros", "rt-core", "signal", "stream", "sync", "uds"] } [features] default = ["pulse"] pulse = ["xidlehook-core/pulse"]