[package] name = "win32-synthetic-pointer" version = "0.1.0" edition = "2021" license = "LGPL-3.0+" documentation = "https://docs.rs/win32-synthetic-pointer" repository = "https://github.com/adryzz/win32-synthetic-pointer" description = "Inject input on windows from user mode" readme = "README.md" keywords = ["input", "pen", "touch", "tablet"] categories = ["api-bindings", "simulation"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] enumflags2 = "0.7.6" thiserror = "1.0.40" [dependencies.windows] version = "0.48.0" features = [ "Win32_UI_Controls", "Win32_UI_Input_Pointer", "Win32_Foundation", "Win32_UI_WindowsAndMessaging", ]