Cargo Features
[dependencies]
bosque = { version = "0.2.0", default-features = false, features = ["sqrt-dist", "parallel"] }
- default = parallel, sqrt-dist
-
These default features are set whenever
bosque
is added without
somewhere in the dependency tree.default-features = false - sqrt-dist default
- parallel default = rayon
-
Affects
tree::ffi.query_compressed_nearest_parallel
,tree::ffi.query_f32_nearest_parallel
…
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.