Cargo Features

[dependencies]
hledger-fmt = { version = "0.2.5", default-features = false, features = ["color", "auto-color", "manpages"] }
default = auto-color, color

These default features are set whenever hledger-fmt is added without default-features = false somewhere in the dependency tree.

color default

Enables anstream and anstyle, color of clap

auto-color default

Enables auto and wincon of optional anstream

manpages build

Enables clap_mangen

hledger-fmt has 4 features without comments.