Cargo Features

[dependencies]
adaptemoji = { version = "0.1.1", default-features = false, features = ["full", "rayon", "cli"] }
default = full

The full feature is set by default whenever adaptemoji is added without default-features = false somewhere in the dependency tree.

full default = cli, rayon
rayon full

Enables rayon of image

image:

Other features
Enables multi-threading

cli full

Enables clap

Affects adaptemoji::cli

Required by the binary