Cargo Features

[dependencies]
mockforge-plugin-loader = { version = "0.3.31", default-features = false, features = ["git-support"] }
default = git-support

The git-support feature is set by default whenever mockforge-plugin-loader is added without default-features = false somewhere in the dependency tree.

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