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 whenever cargo-hackerman is added without default-features = false somewhere in the dependency tree.

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