crossclip 0.7.1

Crossclip is a cross-platform Rust library for interfacing with the system clipboard.
Documentation
[package]
authors = ["Avi Weinstock <aweinstock314@gmail.com>", "Felix Schütt <felix.schuett@maps4print.com>", "Marius Cobzarenco <marius.cobzarenco@gmail.com>"]
description = "Crossclip is a cross-platform Rust library for interfacing with the system clipboard."
edition = "2021"
homepage = "https://github.com/mcobzarenco/crossclip"
keywords = ["clipboard", "cross-platform", "x11"]
license = "MIT OR Apache-2.0"
name = "crossclip"
readme = "README.md"
resolver = "2"
version = "0.7.1"

[target.'cfg(any(target_os = "linux", target_os = "openbsd"))'.dependencies.x11-clipboard]
version = "0.6.1"

[target.'cfg(target_os = "macos")'.dependencies.objc]
version = "0.2.7"

[target.'cfg(target_os = "macos")'.dependencies.objc-foundation]
version = "0.1.1"

[target.'cfg(target_os = "macos")'.dependencies.objc_id]
version = "0.1.1"

[target."cfg(windows)".dependencies.clipboard-win]
version = "4.4.2"