Cargo Features

[dependencies]
cargo-sync-rdme = { version = "0.3.4", default-features = false, features = ["vcs-git", "vendored-libgit2"] }
default = vcs-git

The vcs-git feature is set by default whenever cargo-sync-rdme is added without default-features = false somewhere in the dependency tree.

vcs-git default

Enables git2

vendored-libgit2

Enables vendored-libgit2 of optional git2

cargo-sync-rdme has 3 features without comments.