hyprcorrect-platform 0.2.1

Platform layer for hyprcorrect: input capture, synthetic input, and global hotkeys (macOS, Linux/Wayland).
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.85"
name = "hyprcorrect-platform"
version = "0.2.1"
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.1"

[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"