# 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] name = "jbogs-autopilot" version = "0.4.0" authors = ["Michael Sanders , Jbogs"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false 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/jbogs/autopilot-rs" [lib] name = "jbogs_autopilot" path = "src/lib.rs" [[example]] name = "hello_world_alert" path = "examples/hello_world_alert.rs" [[example]] name = "hello_world_keyboard" path = "examples/hello_world_keyboard.rs" [[example]] name = "screengrab" path = "examples/screengrab.rs" [[example]] name = "scroll_mouse" path = "examples/scroll_mouse.rs" [[example]] name = "sine_mouse_wave" path = "examples/sine_mouse_wave.rs" [[test]] name = "bitmap" path = "tests/bitmap.rs" [dependencies.image] version = "0.22" [dependencies.libc] version = "0.2" [dependencies.rand] version = "0.7" [dependencies.scopeguard] version = "1.1" [dev-dependencies.quickcheck] version = "0.9" [build-dependencies.pkg-config] version = "0.3" [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", ]