[dependencies]
[dev-dependencies.env_logger]
version = "0.10.2"
[[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_get_html"
path = "examples/set_get_html.rs"
[[example]]
name = "set_image"
path = "examples/set_image.rs"
required-features = ["image-data"]
[features]
core-graphics = ["dep:objc2-core-graphics"]
default = ["image-data"]
image = ["dep:image"]
image-data = ["dep:objc2-core-graphics", "dep:objc2-core-foundation", "image", "windows-sys", "core-graphics"]
wayland-data-control = ["wl-clipboard-rs"]
windows-sys = ["windows-sys/Win32_Graphics_Gdi"]
wl-clipboard-rs = ["dep:wl-clipboard-rs"]
[lib]
name = "arboard"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = 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.71.0"
version = "3.6.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.percent-encoding]
version = "2.3.1"
[target.'cfg(all(unix, not(any(target_os="macos", target_os="android", target_os="emscripten"))))'.dependencies.wl-clipboard-rs]
optional = true
version = "0.9.0"
[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.image]
default-features = false
features = ["tiff"]
optional = true
version = "0.25"
[target.'cfg(target_os = "macos")'.dependencies.objc2]
version = "0.6.0"
[target.'cfg(target_os = "macos")'.dependencies.objc2-app-kit]
default-features = false
features = ["std", "objc2-core-graphics", "NSPasteboard", "NSPasteboardItem", "NSImage"]
version = "0.3.0"
[target.'cfg(target_os = "macos")'.dependencies.objc2-core-foundation]
default-features = false
features = ["std", "CFCGTypes"]
optional = true
version = "0.3.0"
[target.'cfg(target_os = "macos")'.dependencies.objc2-core-graphics]
default-features = false
features = ["std", "CGImage", "CGColorSpace", "CGDataProvider"]
optional = true
version = "0.3.0"
[target.'cfg(target_os = "macos")'.dependencies.objc2-foundation]
default-features = false
features = ["std", "NSArray", "NSString", "NSEnumerator", "NSGeometry", "NSValue"]
version = "0.3.0"
[target."cfg(windows)".dependencies.clipboard-win]
features = ["std"]
version = "5.3.1"
[target."cfg(windows)".dependencies.image]
default-features = false
features = ["png", "bmp"]
optional = true
version = "0.25"
[target."cfg(windows)".dependencies.log]
version = "0.4"
[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_Storage_FileSystem", "Win32_System_DataExchange", "Win32_System_Memory", "Win32_System_Ole", "Win32_UI_Shell"]
version = ">=0.52.0, <0.61.0"