Cargo Features

[dependencies]
gsearch = { version = "0.1.3", default-features = false, features = ["annembed_openblas-static", "annembed_openblas-system", "annembed_intel-mkl", "withzmq", "simdeez_f"] }
default = annembed_openblas-system

The annembed_openblas-system feature is set by default whenever gsearch is added without default-features = false somewhere in the dependency tree.

annembed_openblas-static

Enables openblas-static of annembed

optional dependency to embed hnsw graph

Affects utils::embed

annembed_openblas-system default

Enables openblas-system of annembed

Affects utils::embed

annembed_intel-mkl

Enables intel-mkl-static of annembed

Affects utils::embed

withzmq

Enables withzmq of kmerutils

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.

annembed annembed_intel-mkl? annembed_openblas-static? annembed_openblas-system