Cargo Features
[dependencies]
wimlib = { version = "0.1.0", default-features = false, features = ["mount"] }
- default = mount
-
The
mount
feature is set by default wheneverwimlib
is added without
somewhere in the dependency tree.default-features = false - mount default
WimLib has 2 features without comments.