[features]
cargo-clippy = []
[lib]
name = "clipboard_master"
path = "src/lib.rs"
[package]
authors = ["Douman <douman@gmx.se>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Simple utility crate to monitor clipboard changes"
edition = "2018"
homepage = "https://github.com/DoumanAsh/clipboard-master"
keywords = ["Windows", "winapi", "clipboard"]
license = "MIT"
name = "clipboard-master"
readme = "README.md"
repository = "https://github.com/DoumanAsh/clipboard-master"
version = "4.0.0"
[target.'cfg(all(unix, not(any(target_os="macos", target_os="ios", target_os="android", target_os="emscripten"))))'.dependencies.x11-clipboard]
version = "0.9"
[target.'cfg(all(unix, not(any(target_os="macos", target_os="ios", target_os="android", target_os="emscripten"))))'.dependencies.x11rb]
features = ["xfixes"]
version = "0.13"
[target.'cfg(target_os = "macos")'.dependencies.objc2]
version = "0.6"
[target.'cfg(target_os = "macos")'.dependencies.objc2-app-kit]
features = ["NSPasteboard"]
version = "0.3"
[target."cfg(windows)".dependencies.windows-win]
version = "3"
[[test]]
name = "shutdown"
path = "tests/shutdown.rs"