Cargo Features
lfchring has no features set by default.
[dependencies]
lfchring = { version = "0.1.3", features = ["blake2b-hash", "blake3-hash"] }
- blake2b-hash = blake2b_simd
-
Affects
types::Blake2bHasher
… - blake3-hash = blake3
-
Affects
types::Blake3Hasher
…
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.
- blake2b_simd blake2b-hash?
-
Enables blake2b_simd ~0.5.11
remember to update rustdoc links
- blake3 blake3-hash?
-
Enables blake3 ~0.3.7
remember to update rustdoc links