Cargo Features
fshasher has no features set by default.
[dependencies]
fshasher = { version = "0.3.2", features = ["use_sha2", "tracking"] }
- use_sha2 = sha2
-
Affects
hasher::sha256
,hasher::sha512
… - tracking = bstorage, dirs
-
Enables serde
Affects
options::Options.storage
…
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.