Cargo Features
[dependencies]
eza = { version = "0.20.9", default-features = false, features = ["git", "vendored-openssl", "vendored-libgit2", "nix", "nix-local", "powertest", "nix-generated"] }
- default = git
-
The
git
feature is set by default whenevereza
is added without
somewhere in the dependency tree.default-features = false - 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.