Cargo Features
GSearch has no features set by default.
[dependencies]
gsearch = { version = "0.1.4", features = ["annembed_openblas-static", "annembed_openblas-system", "annembed_intel-mkl", "withzmq", "simdeez_f"] }
- annembed_openblas-static
-
Enables openblas-static of annembed
optional dependency to embed hnsw graph
Affects
utils::embed
… - annembed_openblas-system
-
Enables openblas-system of annembed
Affects
utils::embed
… - annembed_intel-mkl
-
Enables intel-mkl-static of annembed
Affects
utils::embed
… - withzmq
-
kmerutils:
This feature requires libzmq (and libsodium). It enables loadind of quality as a service in the target qualityloader
- simdeez_f
-
Enables simdeez_f of hnsw_rs and kmerutils
hnsw_rs:
feature for simd on stable for x86*
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.