Cargo Features

[dependencies]
czkawka_gui = { version = "9.0.0", default-features = false, features = ["heif", "libraw", "libavif", "fast_image_resize"] }
default = fast_image_resize

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

heif

Enables heif of czkawka_core

libraw

Enables libraw of czkawka_core

libavif

Enables libavif of czkawka_core

fast_image_resize default

Enables fast_image_resize of czkawka_core

czkawka_gui has 5 features without comments.