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
somewhere in the dependency tree.default-features = false - importer importer-lcov importer-noop?
- importer-noop = importer
- importer-lcov default = importer
-
Enables lcov
- impl-command default
- impl-git2 default
git-metrics has 6 features without comments.