Cargo Features
[dependencies]
lsh-rs = { version = "0.4.0", default-features = false, features = ["blas", "sqlite"] }
- blas = blas-src
-
also add blas in ndarray. See Cargo.toml of bench for that.
Enables blas of ndarray ^0.13
- default = sqlite
-
The
sqlite
feature is set by default wheneverlsh-rs
is added without
somewhere in the dependency tree.default-features = false - sqlite default = rusqlite
-
Affects
prelude::LshSql
,prelude::LshSqlMem
…
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.
- blas-src blas?
-
Enables blas-src ^0.6
- rusqlite sqlite
-
Enables rusqlite ^0.21.0