Cargo Features

[dependencies]
hf = { version = "0.3.4", default-features = false, features = ["application"] }
default = application

The application feature is set by default whenever hf is added without default-features = false somewhere in the dependency tree.

application default

Enables anyhow, clap, clap_complete, clap_complete_nushell, log, simplelog, and sysexits

hf has 2 features without comments.