[package]
edition = "2024"
rust-version = "1.85"
name = "hyprcorrect-platform"
version = "0.2.3"
authors = ["Jon Kinney <jon@headway.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Platform layer for hyprcorrect: input capture, synthetic input, and global hotkeys (macOS, Linux/Wayland)."
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/jondkinney/hyprcorrect"
[lib]
name = "hyprcorrect_platform"
path = "src/lib.rs"
[dependencies.hyprcorrect-core]
version = "0.2.3"
[dependencies.thiserror]
version = "2"
[target.'cfg(target_os = "linux")'.dependencies.evdev]
version = "0.13.2"
[target.'cfg(target_os = "linux")'.dependencies.ksni]
version = "0.3"
features = ["blocking"]
[target.'cfg(target_os = "linux")'.dependencies.signal-hook]
version = "0.3"
[target.'cfg(target_os = "linux")'.dependencies.xkbcommon]
version = "0.9.0"