enigo-copy 0.0.14

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
[build-dependencies.pkg-config]
version = "0.3"
[dependencies.serde]
optional = true
version = "1.0"

[dependencies.serde_derive]
optional = true
version = "1.0"
[dev-dependencies.tungstenite]
version = "0.18"

[dev-dependencies.url]
version = "2.3"

[dev-dependencies.webbrowser]
version = "0.8"

[features]
with_serde = ["serde", "serde_derive"]

[package]
authors = ["Dustin Bensing <dustin.bensing@googlemail.com>"]
build = "build.rs"
categories = ["development-tools::testing", "api-bindings", "hardware-support"]
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)"
documentation = "https://docs.rs/enigo/"
edition = "2021"
homepage = "https://github.com/enigo-rs/enigo"
keywords = ["input", "mouse", "testing", "keyboard", "automation"]
license = "MIT"
name = "enigo-copy"
readme = "README.md"
repository = "https://github.com/enigo-rs/enigo"
rust-version = "1.64"
version = "0.0.14"
[target."cfg(target_os = \"linux\")".dependencies.libc]
version = "0.2"
[target."cfg(target_os = \"macos\")".dependencies.core-graphics]
features = ["highsierra"]
version = "0.22"

[target."cfg(target_os = \"macos\")".dependencies.objc]
version = "0.2"

[target."cfg(target_os = \"macos\")".dependencies.unicode-segmentation]
version = "1.6"
[target."cfg(target_os = \"windows\")".dependencies.windows]
features = ["Win32_Foundation", "Win32_UI_WindowsAndMessaging", "Win32_UI_Input_KeyboardAndMouse"]
version = "0.44"