[package] name = "magnotia-hotkey" version = "0.1.0" edition = "2021" description = "Wayland-compatible global hotkey listener for Magnotia — evdev backend with device hotplug" [dependencies] magnotia-core = { path = "../core" } tokio = { version = "1", features = ["rt", "sync", "macros", "time"] } serde = { version = "1", features = ["derive"] } log = "0.4" tracing = "0.1" [target.'cfg(target_os = "linux")'.dependencies] evdev = { version = "0.12", features = ["tokio"] } notify = { version = "7", default-features = false, features = ["macos_fsevent"] } nix = { version = "0.29", features = ["fs"] }