Cargo Features
[dependencies]
repo_path = { version = "1.1.0", default-features = false, features = ["gitignore"] }
- default = gitignore
-
The
gitignore
feature is set by default wheneverrepo_path
is added without
somewhere in the dependency tree.default-features = false - gitignore default
-
Enables git2
repo_path has 2 features without comments.