[[example]]
name = "get_image"
required-features = ["image-data"]
[[example]]
name = "set_image"
required-features = ["image-data"]
[dependencies.thiserror]
version = "1.0"
[dev-dependencies.env_logger]
version = "0.9.0"
[dev-dependencies.simple_logger]
version = "2.1"
[features]
default = ["image-data"]
image-data = ["core-graphics", "image", "winapi/minwindef", "winapi/wingdi", "winapi/winnt"]
wayland-data-control = ["wl-clipboard-rs"]
[package]
authors = ["Artur Kovacs <kovacs.artur.barnabas@gmail.com>", "Avi Weinstock <aweinstock314@gmail.com>", "Arboard contributors"]
description = "Image and text handling for the OS clipboard."
edition = "2018"
keywords = ["clipboard", "image"]
license = "MIT OR Apache-2.0"
name = "arboard"
readme = "README.md"
repository = "https://github.com/1Password/arboard"
version = "2.1.1"
[target."cfg(all(unix, not(any(target_os=\"macos\", target_os=\"android\", target_os=\"emscripten\"))))".dependencies.image]
default-features = false
features = ["png"]
optional = true
version = "0.23.9"
[target."cfg(all(unix, not(any(target_os=\"macos\", target_os=\"android\", target_os=\"emscripten\"))))".dependencies.log]
version = "0.4"
[target."cfg(all(unix, not(any(target_os=\"macos\", target_os=\"android\", target_os=\"emscripten\"))))".dependencies.parking_lot]
version = "0.12"
[target."cfg(all(unix, not(any(target_os=\"macos\", target_os=\"android\", target_os=\"emscripten\"))))".dependencies.wl-clipboard-rs]
optional = true
version = "0.4.1"
[target."cfg(all(unix, not(any(target_os=\"macos\", target_os=\"android\", target_os=\"emscripten\"))))".dependencies.x11rb]
version = "0.9"
[target."cfg(target_os = \"macos\")".dependencies.core-graphics]
optional = true
version = "0.22"
[target."cfg(target_os = \"macos\")".dependencies.image]
default-features = false
features = ["tiff"]
optional = true
version = "0.23"
[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 = "4.2"
[target."cfg(windows)".dependencies.log]
version = "0.4"
[target."cfg(windows)".dependencies.winapi]
features = ["basetsd", "winuser", "winbase"]
version = "0.3.9"