[package] name = "inputplug" version = "0.4.0" authors = ["Andrej Shadura "] edition = "2018" description = "XInput monitor daemon" license = "MIT" repository = "https://github.com/andrewshadura/inputplug" [dependencies] structopt = { version = "0.3", default-features = false } nix = ">= 0.19, <1.0" anyhow = "1.0" [dependencies.pidfile-rs] optional = true version = "0.1" [features] default = ["pidfile"] pidfile = ["pidfile-rs"] [dependencies.x11rb] version = "0.8" features = ["xinput"]