Cargo Features

[dependencies]
copypasta-ext = { version = "0.4.4", default-features = false, features = ["osc52", "x11-bin", "x11-fork", "wayland-bin"] }
default = wayland-bin, x11-bin, x11-fork

These default features are set whenever copypasta-ext is added without default-features = false somewhere in the dependency tree.

osc52 = base64

Affects copypasta-ext::osc52

x11-bin default = which

Affects copypasta-ext::x11_bin

x11-fork default = libc, x11-clipboard

Affects copypasta-ext::x11_fork

wayland-bin default = which

Affects copypasta-ext::wayland_bin

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.21

Feature: osc52

libc unix not mac android emscripten x11-fork
x11-clipboard unix not mac android emscripten x11-fork

Enables x11-clipboard ^0.7.0

which unix not mac android emscripten wayland-bin x11-bin

Enables which ^4.0