# 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] edition = "2021" rust-version = "1.64" name = "enigo-copy" version = "0.0.14" authors = ["Dustin Bensing "] 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] version = "1.0" optional = true [dependencies.serde_derive] version = "1.0" optional = true [dev-dependencies.tungstenite] version = "0.18" [dev-dependencies.url] version = "2.3" [dev-dependencies.webbrowser] version = "0.8" [build-dependencies.pkg-config] version = "0.3" [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.22" features = ["highsierra"] [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] version = "0.44" features = [ "Win32_Foundation", "Win32_UI_WindowsAndMessaging", "Win32_UI_Input_KeyboardAndMouse", ]