# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "autopilot" version = "0.4.0" authors = ["Michael Sanders "] description = "A simple, cross-platform GUI automation library for Rust." homepage = "https://www.autopy.org" readme = "README.md" keywords = ["cross-platform", "gui", "automation", "input", "simulation"] categories = ["api-bindings", "gui", "os::macos-apis", "os::unix-apis", "os::windows-apis"] license = "MIT OR Apache-2.0" repository = "https://github.com/autopilot-rs/autopilot-rs" [dependencies.image] version = "0.22.4" [dependencies.libc] version = "0.2.66" [dependencies.rand] version = "0.7.2" [dependencies.scopeguard] version = "1.0.0" [dev-dependencies.quickcheck] version = "0.9.2" [build-dependencies.pkg-config] version = "0.3.17" [target."cfg(target_os = \"linux\")".dependencies.x11] version = "2.18.1" [target."cfg(target_os = \"macos\")".dependencies.cocoa] version = "0.20.0" [target."cfg(target_os = \"macos\")".dependencies.core-foundation] version = "0.7.0" [target."cfg(target_os = \"macos\")".dependencies.core-graphics] version = "0.19.0" features = ["highsierra"] [target."cfg(windows)".dependencies.winapi] version = "0.3.4" features = ["libloaderapi", "minwindef", "winbase", "winuser"]