# 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] edition = "2021" name = "rustautogui" version = "0.3.2" description = "rustautogui is a GUI automation module used to control the mouse and keyboard" homepage = "https://github.com/DavorMar/rustautogui" readme = "README.md" keywords = [ "automation", "autogui", "gui", "mouse", "keyboard", ] categories = [ "gui", "development-tools", ] license = "MIT" [dependencies.image] version = "0.23" [dependencies.num-complex] version = "0.4.6" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.10.0" [dependencies.rustfft] version = "6.2.0" [dependencies.x11] version = "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", ]