Cargo Features

[dependencies]
repo_path_macro = { version = "1.2.0", default-features = false, features = ["gitignore"] }
default = gitignore

The gitignore feature is set by default whenever repo_path_macro is added without default-features = false somewhere in the dependency tree.

gitignore default

Enables libgit2-sys

repo_path_macro has 2 features without comments.