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 whenever gix-merge is added without default-features = false somewhere in the dependency tree.

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 and serde::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