enigo 0.0.11

Enigo lets you control your mouse and keyboard in an abstract way on different operating systems (currently only Linux, macOS, Win – Redox and *BSD planned)
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 = "enigo"
version = "0.0.11"
authors = ["Dustin Bensing <dustin.bensing@googlemail.com>"]
build = "build.rs"
description = "Enigo lets you control your mouse and keyboard in an abstract way on different operating systems (currently only Linux, macOS, Win – Redox and *BSD planned)"
homepage = "https://github.com/enigo-rs/enigo"
documentation = "https://docs.rs/enigo/"
readme = "README.md"
keywords = ["input", "mouse", "testing", "keyboard", "automation"]
categories = ["development-tools::testing", "api-bindings", "hardware-support"]
license = "MIT"
repository = "https://github.com/enigo-rs/enigo"
[dependencies.serde_derive]
version = "1.0"
optional = true

[dependencies.serde]
version = "1.0"
optional = true
[build-dependencies.pkg-config]
version = "0.3.8"

[features]
with_serde = ["serde", "serde_derive"]
[target."cfg(target_os = \"linux\")".dependencies.libc]
version = "0.2"
[target."cfg(target_os = \"macos\")".dependencies.core-graphics]
version = "0.8.0"

[target."cfg(target_os = \"macos\")".dependencies.libc]
version = "0.2"
[target."cfg(target_os = \"windows\")".dependencies.user32-sys]
version = "0.2.0"

[target."cfg(target_os = \"windows\")".dependencies.winapi]
version = "0.2.8"
[badges.travis-ci]
repository = "enigo-rs/enigo"

[badges.appveyor]
repository = "pythoneer/enigo-85xiy"