Cargo Features
[dependencies]
cargo-hackerman = { version = "0.2.9", default-features = false, features = ["bright-color", "dull-color", "webbrowser"] }
- default = dull-color
-
The
dull-color
feature is set by default whenevercargo-hackerman
is added without
somewhere in the dependency tree.default-features = false - bright-color
-
Enables bright-color of bpaf
- dull-color default
-
Enables dull-color of bpaf
Features from optional dependencies
- webbrowser implicit feature
-
Enables webbrowser ^0.8.10
webbrowser:
Open URLs in web browsers available on a platform