[build-dependencies.pkg-config]
version = "0.3.26"
[dependencies.lazy_static]
version = "1.4.0"
[package]
authors = ["bloznelis <lukas.bloznelis@gmail.com>"]
build = "build.rs"
description = "A basic library for querying keyboard and mouse state on-demand without a window."
homepage = "https://github.com/bloznelis/device_query"
keywords = ["input", "mouse", "keyboard"]
license = "MIT"
name = "device_query_revamped"
readme = "README.md"
repository = "https://github.com/bloznelis/device_query"
version = "2.2.0"
[target."cfg(target_os = \"linux\")".dependencies.x11]
features = ["xlib"]
version = "2.21.0"
[target."cfg(target_os = \"macos\")".dependencies.macos-accessibility-client]
version = "0.0.1"
[target."cfg(target_os = \"macos\")".dependencies.readkey]
version = "0.2.1"
[target."cfg(target_os = \"macos\")".dependencies.readmouse]
version = "0.2.1"
[target."cfg(target_os = \"windows\")".dependencies.windows]
features = ["Win32_UI_Input_KeyboardAndMouse", "Win32_UI_WindowsAndMessaging", "Win32_Foundation", "Win32_Foundation"]
version = "0.48.0"