# 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] name = "device_query_revamped" version = "2.2.1" authors = ["bloznelis "] 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" readme = "README.md" keywords = [ "input", "mouse", "keyboard", ] license = "MIT" repository = "https://github.com/bloznelis/device_query" [dependencies.lazy_static] version = "1.4.0" [build-dependencies.pkg-config] version = "0.3.26" [target."cfg(target_os = \"linux\")".dependencies.x11] version = "2.21.0" features = ["xlib"] [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] version = "0.48.0" features = [ "Win32_UI_Input_KeyboardAndMouse", "Win32_UI_WindowsAndMessaging", "Win32_Foundation", "Win32_Foundation", ]