[features]
default = ["x11", "wayland"]
wayland = ["smithay-clipboard"]
x11 = ["x11-clipboard"]
[package]
authors = ["Christian Duerr <contact@christianduerr.com>"]
description = "copypasta is a cross-platform library for getting and setting the contents of the OS-level clipboard."
documentation = "https://docs.rs/copypasta"
edition = "2021"
exclude = ["/.travis.yml"]
keywords = ["clipboard"]
license = "MIT / Apache-2.0"
name = "copypasta"
readme = "README.md"
repository = "https://github.com/alacritty/copypasta"
rust-version = "1.65.0"
version = "0.10.1"
[target."cfg(all(unix, not(any(target_os=\"macos\", target_os=\"android\", target_os=\"ios\", target_os=\"emscripten\"))))".dependencies.smithay-clipboard]
optional = true
version = "0.7.0"
[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"
[target."cfg(target_os = \"macos\")".dependencies.objc]
version = "0.2"
[target."cfg(target_os = \"macos\")".dependencies.objc-foundation]
version = "0.1"
[target."cfg(target_os = \"macos\")".dependencies.objc_id]
version = "0.1"
[target."cfg(windows)".dependencies.clipboard-win]
version = "3.0.2"