Cargo Features

[dependencies]
arboard = { version = "3.3.2", default-features = false, features = ["image-data", "wayland-data-control"] }
default = image-data

The image-data feature is set by default whenever arboard is added without default-features = false somewhere in the dependency tree.

image-data default = core-graphics, image, windows-sys

Affects common::ImageData

wayland-data-control = wl-clipboard-rs

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

core-graphics mac image-data
image unix not mac android emscripten mac image-data

Enables image ^0.24

windows-sys win image-data

Enables windows-sys ^0.48.0

wl-clipboard-rs unix not mac android emscripten wayland-data-control?