Cargo Features
[dependencies]
clipboard-ext = { version = "0.2.0", default-features = false, features = ["osc52", "x11-bin", "x11-fork"] }
- default = x11-bin, x11-fork
-
These default features are set whenever
clipboard-ext
is added without
somewhere in the dependency tree.default-features = false - osc52 = base64
-
Affects
clipboard-ext::osc52
… - x11-bin default = which
-
Affects
clipboard-ext::x11_bin
… - x11-fork default = libc, x11-clipboard
-
Affects
clipboard-ext::x11_fork
…
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.
- base64 osc52?
-
Enables base64 ^0.11.0
Feature: osc52
- libc unix not mac android emscripten x11-fork
- which unix not mac android emscripten x11-bin
-
Enables which ^3.1
- x11-clipboard unix not mac android emscripten x11-fork
-
Enables x11-clipboard ^0.3.0