Cargo Features

[dependencies]
hledger-fmt = { version = "0.2.0", default-features = false, features = ["color", "auto-color"] }
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

hledger-fmt has 3 features without comments.