Cargo Features

[dependencies]
ffizer = { version = "2.12.0", default-features = false, features = ["test_remote", "cli", "git2"] }
default = cli

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

test_remote

feature has no explicit dependencies

cli default = git2

Enables human-panic ^1.1 and tracing-subscriber

Required by the binary

git2 cli

Enables git2 and git2_credentials