# 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 = "get-selected-text" version = "0.1.6" authors = ["yetone "] description = "A tiny Rust library that allows you to easily obtain selected text across all platforms (macOS, Windows, Linux)" homepage = "https://github.com/yetone/get-selected-text" readme = "README.md" license = "MIT / Apache-2.0" repository = "https://github.com/yetone/get-selected-text" [dependencies.active-win-pos-rs] version = "0.8.3" [dependencies.debug_print] version = "1.0.0" [dependencies.lru] version = "0.12.3" [dependencies.parking_lot] version = "0.12.1" [target."cfg(not(target_os = \"macos\"))".dependencies.arboard] version = "3.2.0" [target."cfg(not(target_os = \"macos\"))".dependencies.enigo] version = "0.2.0" features = ["xdo"] [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.cocoa] version = "0.24" [target."cfg(target_os = \"macos\")".dependencies.core-foundation] version = "0.9.3" [target."cfg(target_os = \"macos\")".dependencies.core-graphics] version = "0.22.3" [target."cfg(target_os = \"macos\")".dependencies.macos-accessibility-client] version = "0.0.1" [target."cfg(target_os = \"macos\")".dependencies.objc] version = "0.2.7"