Cargo Features

[dependencies]
lsfp = { version = "0.5.0", default-features = false, features = ["config", "git", "color"] }
default = color, git

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

config color git

Affects core::config

git default = config

Affects args::Flags.no_git, modules::git

color default = config

Affects args::Flags.no_color