clipboard2 0.1.1

clipboard2 is an improved version of clipboard-rs with better error handling and MIME type handling on Windows
[package]
authors = ["Avi Weinstock <aweinstock314@gmail.com>", "Felix Schütt <felix.schuett@maps4print.com>"]
description = "clipboard2 is an improved version of clipboard-rs with better error handling and MIME type handling on Windows"
keywords = ["clipboard"]
license = "MIT"
name = "clipboard2"
readme = "README.md"
repository = "https://github.com/fschutt/clipboard2"
version = "0.1.1"
[target."cfg(target_os = \"linux\")".dependencies.x11-clipboard]
version = "0.3.0-alpha.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 = "2.0.0"