[dependencies.dashmap]
version = "6.1.0"
[dependencies.once_cell]
version = "1.21.3"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1"
[dev-dependencies.dpi]
version = "0.1.2"
[dev-dependencies.serial_test]
version = "3.2.0"
[features]
default = []
serialize = ["dep:serde"]
[lib]
name = "raw_input"
path = "src/lib.rs"
[package]
authors = ["Lete114 <me@imlete.cn>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "api-bindings", "hardware-support", "os"]
description = "A cross-platform library for capturing and simulating global input events (keyboard and mouse)."
edition = "2024"
keywords = ["input", "grab", "listen", "mouse", "keyboard"]
license = "MIT OR Apache-2.0"
name = "raw-input"
readme = "README.md"
repository = "https://github.com/lete114/raw-input"
version = "0.0.1-alpha.2"
[target.'cfg(target_os = "windows")'.dependencies.windows]
features = ["Win32_UI_WindowsAndMessaging", "Win32_System_Threading", "Win32_UI_Input_KeyboardAndMouse", "Win32_Graphics_Gdi", "Win32_System_LibraryLoader", "Win32_UI_HiDpi"]
version = "0.62.2"
[[test]]
name = "core"
path = "tests/core.rs"
[[test]]
name = "display"
path = "tests/display.rs"
[[test]]
name = "grab"
path = "tests/grab.rs"
[[test]]
name = "interface_check"
path = "tests/interface_check.rs"
[[test]]
name = "listen"
path = "tests/listen.rs"
[[test]]
name = "simulate"
path = "tests/simulate.rs"