[features]
default = ["x11", "wayland"]
wayland = ["wl-clipboard-rs"]
x11 = ["x11-clipboard"]
[package]
description = "Crossplatform clipboard access"
edition = "2021"
keywords = ["clipboard"]
license = "MIT"
name = "copyrs"
readme = "README.md"
repository = "https://github.com/Vildanio/copyrs"
version = "0.2.0"
[target."cfg(all(unix, not(any(target_os=\"macos\", target_os=\"android\", target_os=\"ios\", target_os=\"emscripten\"))))".dependencies.wl-clipboard-rs]
optional = true
version = "0.8.1"
[target."cfg(all(unix, not(any(target_os=\"macos\", target_os=\"android\", target_os=\"ios\", target_os=\"emscripten\"))))".dependencies.x11-clipboard]
optional = true
version = "0.9.1"