autopilot 0.1.1

A simple, cross-platform GUI automation library for Rust.
Documentation
# 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.1.1"
authors = ["Michael Sanders <michael.sanders@fastmail.com>"]
description = "A simple, cross-platform GUI automation library for Rust."
homepage = "https://www.autopy.org"
keywords = ["cross-platform", "gui", "automation"]
categories = ["api-bindings", "gui", "os::macos-apis", "os::unix-apis", "os::windows-apis"]
license = "Apache-2.0"
[dependencies.image]
version = "0.19"

[dependencies.libc]
version = "0.2.40"

[dependencies.rand]
version = "0.4.2"

[dependencies.scopeguard]
version = "0.3.3"
[dev-dependencies.quickcheck]
version = "0.6.2"
[build-dependencies.pkg-config]
version = "0.3.11"
[target."cfg(target_os = \"linux\")".dependencies.x11]
version = "2.17.5"
[target."cfg(target_os = \"macos\")".dependencies.cocoa]
version = "0.14.0"

[target."cfg(target_os = \"macos\")".dependencies.core-foundation]
version = "0.5.1"

[target."cfg(target_os = \"macos\")".dependencies.core-graphics]
version = "0.13.0"
[target."cfg(windows)".dependencies.winapi]
version = "0.3.4"
features = ["libloaderapi", "minwindef", "winbase", "winuser"]