Cargo Features
[dependencies]
mft = { version = "0.6.1", default-features = false, features = ["mft_dump"] }
- default = mft_dump
-
The
mft_dump
feature is set by default whenevermft
is added without
somewhere in the dependency tree.default-features = false - mft_dump default = anyhow, clap, dialoguer, indoc, simplelog
-
Required by the mft_dump binary
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.