Cargo Features

[dependencies]
git-metrics = { version = "0.2.3", default-features = false, features = ["importer", "importer-noop", "importer-lcov", "impl-command", "impl-git2"] }
default = impl-command, impl-git2, importer-lcov

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

importer importer-lcov importer-noop?
importer-noop = importer
importer-lcov default = importer

Enables lcov

impl-command default
impl-git2 default

Enables auth-git2 and git2

git-metrics has 6 features without comments.