Cargo Features

[dependencies]
icredeem = { version = "0.5.0", default-features = false, features = ["remote", "cache", "wayland", "image", "progress"] }
default = cache, image, progress, remote

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

remote default = licc, tokio

permit remote code redemption

Affects cli::Args.url, cli::Args.prefer_remote

cache default

cache to file

Affects cli::Args.bust_cache

wayland

allows for improved clipboard support on wayland

Enables wayland-data-control of arboard

image default

support copy/paste of images and restoring your clipboard if it has an image.

Enables image-data of arboard

progress default = indicatif

displays a progress bar while redeeming

Affects progress::bar_create

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.

licc remote
tokio remote
indicatif progress