Cargo Features
[dependencies]
kmerutils = { version = "0.0.11", default-features = false, features = ["withzmq", "simdeez_f", "sminhash2"] }
- default = sminhash2
-
The
sminhash2
feature is set by default wheneverkmerutils
is added without
somewhere in the dependency tree.default-features = false - withzmq = zmq
-
This feature requires libzmq (and libsodium). It enables loadind of quality as a service in the target qualityloader
Required by the qualityloader binary
- simdeez_f
-
anndists is provided by hnsw_rs
- sminhash2 default
-
Enables sminhash2 of probminhash
probminhash:
to enable the interger version of superminhash
Affects
setsketchert::SuperHash2Sketch
,setsketchert::SuperHash2Sketch
…
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.
[[example]]