[dependencies]
[dev-dependencies.env_logger]
version = "0.9.0"
[[example]]
name = "daemonize"
path = "examples/daemonize.rs"
[[example]]
name = "get_image"
path = "examples/get_image.rs"
required-features = ["image-data"]
[[example]]
name = "hello_world"
path = "examples/hello_world.rs"
[[example]]
name = "set_html"
path = "examples/set_html.rs"
[[example]]
name = "set_image"
path = "examples/set_image.rs"
required-features = ["image-data"]
[features]
default = ["image-data"]
image-data = ["core-graphics", "image", "windows-sys"]
wayland-data-control = ["wl-clipboard-rs"]
[lib]
name = "arboard"
path = "src/lib.rs"
[package]
authors = ["Artur Kovacs <kovacs.artur.barnabas@gmail.com>", "Avi Weinstock <aweinstock314@gmail.com>", "Arboard contributors"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Image and text handling for the OS clipboard."
edition = "2021"
keywords = ["clipboard", "image"]
license = "MIT OR Apache-2.0"
name = "arboard"
readme = "README.md"
repository = "https://github.com/1Password/arboard"
rust-version = "1.67.1"
version = "3.4.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.25"
[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.8"
[target.'cfg(all(unix, not(any(target_os="macos", target_os="android", target_os="emscripten"))))'.dependencies.x11rb]
version = "0.13"
[target.'cfg(target_os = "macos")'.dependencies.core-graphics]
optional = true
version = "0.23"
[target.'cfg(target_os = "macos")'.dependencies.image]
default-features = false
features = ["tiff"]
optional = true
version = "0.25"
[target.'cfg(target_os = "macos")'.dependencies.objc2]
features = ["relax-void-encoding"]
version = "0.5.1"
[target.'cfg(target_os = "macos")'.dependencies.objc2-app-kit]
features = ["NSPasteboard", "NSPasteboardItem", "NSImage"]
version = "0.2.0"
[target.'cfg(target_os = "macos")'.dependencies.objc2-foundation]
features = ["NSArray", "NSString", "NSEnumerator", "NSGeometry"]
version = "0.2.0"
[target."cfg(windows)".dependencies.clipboard-win]
version = "5.3.1"
[target."cfg(windows)".dependencies.image]
default-features = false
features = ["png"]
optional = true
version = "0.25"
[target."cfg(windows)".dependencies.log]
version = "0.4"
[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_Graphics_Gdi", "Win32_System_DataExchange", "Win32_System_Memory", "Win32_System_Ole"]
optional = true
version = "0.48.0"