Cargo Features
[dependencies]
hf = { version = "0.3.6", default-features = false, features = ["application"] }
- default = application
-
The
application
feature is set by default wheneverhf
is added without
somewhere in the dependency tree.default-features = false - application default
-
Enables anyhow, clap, clap_complete, clap_complete_nushell, log, simplelog, and sysexits
Required by the binary