Cargo Features

[dependencies]
eza = { version = "0.18.14", default-features = false, features = ["git", "vendored-openssl", "vendored-libgit2", "nix", "nix-local", "powertest", "nix-generated"] }
default = git

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

git default = git2

Affects feature::git

vendored-openssl

Enables vendored-openssl of git2

vendored-libgit2

Enables vendored-libgit2 of git2

nix

Should only be used inside of flake.nix

nix-local

Should only be used inside of flake.nix locally (not on CI)

powertest

Should only be used inside of flake.nix
Shouldn't ever be used in CI (slow!)

nix-generated

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 vendored-libgit2? vendored-openssl?