# 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 = "2018" name = "mouse-rs" version = "0.4.2" authors = ["AltF2 "] description = "Library to control your mouse via rust" homepage = "https://docs.rs/mouse-rs/*/mouse_rs/" readme = "README.md" keywords = [ "mouse", "input", "winapi", ] license = "MIT/Apache-2.0" repository = "https://github.com/AltF02/mouse-rs" [package.metadata.docs.rs] targets = [ "x86_64-pc-windows-msvc", "i686-pc-windows-msvc", ] [target."cfg(target_os = \"linux\")".dependencies.libc] version = "0.2.77" [target."cfg(target_os = \"linux\")".dependencies.time] version = "0.2.21" [target."cfg(target_os = \"linux\")".dependencies.x11] version = "2.18.2" [target."cfg(target_os = \"macos\")".dependencies.core-graphics] version = "0.22.1" features = ["highsierra"] [target."cfg(target_os = \"windows\")".dependencies.libloading] version = "0.6.3" [target."cfg(target_os = \"windows\")".dependencies.winapi] version = "0.3.9" features = ["windef"]