Cargo Features

[dependencies]
dir-iterator = { version = "0.1.4", default-features = false, features = ["wildcard"] }
default = wildcard

The wildcard feature is set by default whenever dir-iterator is added without default-features = false somewhere in the dependency tree.

wildcard default = wc

Affects filter::include, filter::exclude

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

wc wildcard

Enables wildcard