Cargo Features
[dependencies]
git-metrics = { version = "0.2.4", default-features = false, features = ["exporter", "exporter-json", "exporter-markdown", "importer", "importer-noop", "importer-lcov", "impl-command", "impl-git2"] }
- default = exporter-json, exporter-markdown, 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 - exporter exporter-json exporter-markdown
- exporter-json default = exporter
-
Enables serde_json
- exporter-markdown default = exporter
- 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 ^0.19
git-metrics has 9 features without comments.