Cargo Features
[dependencies]
dir-iterator = { version = "0.1.4", default-features = false, features = ["wildcard"] }
- default = wildcard
-
The
wildcard
feature is set by default wheneverdir-iterator
is added without
somewhere in the dependency tree.default-features = false - 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.