Cargo Features
[dependencies]
mockforge-plugin-loader = { version = "0.3.31", default-features = false, features = ["git-support"] }
- default = git-support
-
The
git-supportfeature is set by default whenevermockforge-plugin-loaderis added withoutsomewhere in the dependency tree.default-features = false - git-support default = git2
-
Affects
git::GitPluginLoader…
Features from optional dependencies
In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- git2 git-support
-
Enables git2 ^0.19
Git repository cloning