Cargo Features

[dependencies]
find-identical-files = { version = "0.31.6", default-features = false, features = ["walkdir", "jwalk"] }
default = jwalk

The jwalk feature is set by default whenever find-identical-files is added without default-features = false somewhere in the dependency tree.

walkdir

Enables walkdir

jwalk default

Enables jwalk

find-identical-files has 3 features without comments.