Cargo Features
[dependencies]
backup-deduplicator = { version = "0.3.0", default-features = false, features = ["hash-sha1", "hash-sha2", "hash-xxh"] }
- default = hash-sha1, hash-sha2, hash-xxh
-
These default features are set whenever
backup-deduplicator
is added without
somewhere in the dependency tree.default-features = false - hash-sha1 default
-
Enables sha1
- hash-sha2 default
-
Enables sha2
- hash-xxh default
-
Enables xxhash-rust
BackupDeduplicator has 4 features without comments.