# 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 = "selection" version = "1.2.0" authors = ["Pylogmon"] description = "Get the text selected by the cursor" readme = "README.md" keywords = [ "selection", "linux", "windows", "macos", ] categories = ["gui"] license = "GPL-3.0-only" repository = "https://github.com/pot-app/Selection" [dependencies.log] version = "0.4" [target."cfg(target_os = \"linux\")".dependencies.wl-clipboard-rs] version = "0.8.0" [target."cfg(target_os = \"linux\")".dependencies.x11-clipboard] version = "0.9.2" [target."cfg(target_os = \"macos\")".dependencies.accessibility-ng] version = "0.1.6" [target."cfg(target_os = \"macos\")".dependencies.accessibility-sys-ng] version = "0.1.3" [target."cfg(target_os = \"macos\")".dependencies.core-foundation] version = "0.9.4" [target."cfg(windows)".dependencies.arboard] version = "3.4.0" [target."cfg(windows)".dependencies.enigo] version = "0.2.0" [target."cfg(windows)".dependencies.windows] version = "0.56.0" features = [ "Win32_UI_WindowsAndMessaging", "Win32_Foundation", "Win32_System_Threading", "Win32_UI_Input_KeyboardAndMouse", "Win32_System_DataExchange", "Win32_UI_Accessibility", "Win32_System_Com", ]