Cargo Features
[dependencies]
hal = { version = "0.9.5", default-features = false, features = ["cli"] }
- default = cli
-
The
cli
feature is set by default wheneverhal
is added without
somewhere in the dependency tree.default-features = false - cli default = base64-compat, clap, fern, hex, jobserver, log, shell-escape
-
Required by the 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.
- base64-compat cli
-
Enables base64-compat
for the CLI
- clap cli
-
Enables clap =2.33.3
- fern cli
-
Enables fern ^0.5.6
- hex cli
-
Enables hex ^0.3.2
- log cli
- jobserver cli
-
Enables jobserver
For external commands
- shell-escape cli