[package] name = "rustautogui" version = "0.3.2" edition = "2021" description = "rustautogui is a GUI automation module used to control the mouse and keyboard" license = "MIT" readme = "README.md" homepage = "https://github.com/DavorMar/rustautogui" keywords = ["automation", "autogui", "gui", "mouse", "keyboard"] categories = ["gui", "development-tools"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] image = "0.23" rustfft = "6.2.0" num-complex = "0.4.6" rayon = "1.10.0" rand = "0.8.5" x11 = "2.21.0" [target.'cfg(target_os = "macos")'.dependencies] core-graphics = {version = "0.23.2", features = ["highsierra"]} [target.'cfg(windows)'.dependencies] winapi = { version = "0.3", features = ["winuser", "windef"] }