Cargo Features
[dependencies]
arboard = { version = "3.4.1", default-features = false, features = ["image-data", "wayland-data-control"] }
- default = image-data
-
The
image-data
feature is set by default wheneverarboard
is added without
somewhere in the dependency tree.default-features = false - 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
-
Enables core-graphics ^0.23
- image unix not mac android emscripten mac win image-data
- windows-sys win image-data
-
Enables windows-sys ^0.48.0
- wl-clipboard-rs unix not mac android emscripten wayland-data-control?
-
Enables wl-clipboard-rs ^0.8