Cargo Features
[dependencies]
ffizer = { version = "2.13.0", default-features = false, features = ["test_remote", "cli", "git2"] }
- default = cli
-
The
cli
feature is set by default wheneverffizer
is added without
somewhere in the dependency tree.default-features = false - test_remote
-
feature has no explicit dependencies
- cli default = git2
-
Enables human-panic and tracing-subscriber
Required by the binary
- git2 cli
-
Enables git2 ^0.18 and git2_credentials ^0.13