[dependencies.windows-sys]
default-features = false
features = ["Wdk_Foundation", "Wdk_Storage_FileSystem", "Wdk_System_IO", "Wdk_System_SystemServices", "Win32_Foundation", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_IO", "Win32_System_WindowsProgramming", "Win32_UI_WindowsAndMessaging"]
version = "0.60.2"
[dev-dependencies.windows-sys]
default-features = false
features = ["Win32_System_LibraryLoader", "Win32_UI_Input_KeyboardAndMouse"]
version = "0.60.2"
[lib]
name = "logitech_cve"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["os::windows-apis", "api-bindings"]
description = "A Rust library for interacting with Logitech virtual driver."
documentation = "https://docs.rs/logitech-cve"
edition = "2024"
homepage = "https://github.com/BatogiX/logitech-cve"
keywords = ["logitech", "rust", "windows", "library"]
license = "MIT OR Apache-2.0"
name = "logitech-cve"
readme = "README.md"
repository = "https://github.com/BatogiX/logitech-cve"
version = "1.3.2"
[[test]]
name = "keyboard"
path = "tests/keyboard.rs"
[[test]]
name = "mouse"
path = "tests/mouse.rs"