Cargo Features
[dependencies]
gix-merge = { version = "0.0.0", default-features = false, features = ["blob", "serde", "document-features"] }
- default = blob
-
The
blob
feature is set by default whenevergix-merge
is added without
somewhere in the dependency tree.default-features = false - blob default
-
Enable diffing of blobs using imara-diff, which also allows for a generic rewrite tracking implementation.
Enables gix-command, gix-filter, gix-fs, gix-path, gix-quote, gix-tempfile, gix-trace, gix-worktree, and imara-diff
Affects
gix-merge::blob
… - serde
-
Data structures implement
serde::Serialize
andserde::Deserialize
.Enables serde, serde of gix-hash and gix-object
Features from optional dependencies
- document-features implicit feature
-
Enables document-features
document-features:
Extract documentation for the feature flags from comments in Cargo.toml