Cargo Features

[dependencies]
auto-thumbnail = { version = "0.1.2", default-features = false, features = ["full", "image", "video", "pdf"] }
default = full

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

full default = image, pdf, video
image full
video full

Enables video-rs

pdf full

Enables pdfium-render

auto-thumbnail has 5 features without comments.