2019-06-09 07:46:31 -04:00
|
|
|
[package]
|
|
|
|
name = "copypasta"
|
|
|
|
version = "0.6.0"
|
|
|
|
authors = ["Christian Duerr <contact@christianduerr.com>"]
|
|
|
|
description = "copypasta is a cross-platform library for getting and setting the contents of the OS-level clipboard."
|
|
|
|
repository = "https://github.com/jwilm/alacritty"
|
|
|
|
license = "MIT / Apache-2.0"
|
|
|
|
keywords = ["clipboard"]
|
|
|
|
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
|
|
|
clipboard-win = "2.1"
|
|
|
|
|
|
|
|
[target.'cfg(target_os = "macos")'.dependencies]
|
|
|
|
objc = "0.2"
|
|
|
|
objc_id = "0.1"
|
|
|
|
objc-foundation = "0.1"
|
|
|
|
|
|
|
|
[target.'cfg(all(unix, not(any(target_os="macos", target_os="android", target_os="emscripten"))))'.dependencies]
|
|
|
|
x11-clipboard = "0.3"
|
2019-08-11 19:16:24 -04:00
|
|
|
smithay-clipboard = "0.3.4"
|
2019-06-15 15:08:51 -04:00
|
|
|
wayland-client = { version = "0.23.3", features = ["dlopen"] }
|
2019-06-09 07:46:31 -04:00
|
|
|
|
|
|
|
[target.'cfg(all(unix, not(any(target_os="macos", target_os="android", target_os="emscripten"))))'.dev-dependencies]
|
|
|
|
andrew = "0.2.1"
|
2019-06-15 15:08:51 -04:00
|
|
|
smithay-client-toolkit = "0.6.1"
|