# 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" name = "mouse_position" version = "0.1.4" authors = ["Fayez Nazzal"] description = "Get the mouse position on Linux, Windows and MacOS" readme = "README.md" keywords = [ "mouse", "position", "linux", "windows", "macos", ] categories = ["gui"] license = "MIT" repository = "https://github.com/fayez-nazzal/mouse_position" [target."cfg(any(target_os = \"linux\", target_os = \"freebsd\"))".dependencies.x11-dl] version = "2.20.1" [target."cfg(target_os = \"macos\")".dependencies.core-graphics] version = "0.22.3" [target."cfg(target_os = \"windows\")".dependencies.winapi] version = "0.3.9" features = ["winuser"]