selection 1.0.0

Get the text selected by the cursor
Documentation
[dependencies]

[package]
authors = ["Pylogmon"]
categories = ["gui"]
description = "Get the text selected by the cursor"
edition = "2021"
keywords = ["selection", "linux", "windows", "macos"]
license = "GPL-3.0-only"
name = "selection"
readme = "README.md"
repository = "https://github.com/pot-app/Selection"
version = "1.0.0"
[target."cfg(target_os = \"linux\")".dependencies.wl-clipboard-rs]
version = "0.7.0"

[target."cfg(target_os = \"linux\")".dependencies.x11-clipboard]
version = "0.7.1"
[target."cfg(windows)".dependencies.arboard]
version = "3.2.0"

[target."cfg(windows)".dependencies.enigo]
version = "0.1.3"

[target."cfg(windows)".dependencies.windows]
features = ["Win32_UI_WindowsAndMessaging", "Win32_Foundation", "Win32_System_Threading", "Win32_UI_Input_KeyboardAndMouse", "Win32_System_DataExchange", "Win32_UI_Accessibility", "Win32_System_Com"]
version = "0.44.0"