Cargo Features

[dependencies]
photo_sort = { version = "0.2.4", default-features = false, features = ["video", "binary"] }
default = binary

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

video

enable video support

Enables ffmpeg-next

Affects analysis::video2date, photo_sort::AnalyzerSettings.video_extensions

binary default

enable main.rs dependencies

Enables fern, indicatif, indicatif-log-bridge, and threadpool