Cargo Features
[dependencies]
photo_sort = { version = "0.2.4", default-features = false, features = ["video", "binary"] }
- default = binary
-
The
binary
feature is set by default wheneverphoto_sort
is added without
somewhere in the dependency tree.default-features = false - 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