Cargo Features

[dependencies]
video_hash_filesystem_cache = { version = "0.1.0", default-features = false, features = ["parallel_loading"] }
default = parallel_loading

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

parallel_loading default

VideoHashFilesystemCache has 2 features without comments.