Cargo Features
[dependencies]
proximity = { version = "0.1.1", default-features = false, features = ["simd"] }
- default = simd
-
The
simd
feature is set by default wheneverproximity
is added without
somewhere in the dependency tree.default-features = false - simd default = bytemuck, crossbeam-channel, nalgebra, rayon, simba
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.
- crossbeam-channel simd
-
Enables crossbeam-channel ^0.4.2
- nalgebra simd
-
Enables nalgebra ^0.21.1
- rayon simd
- simba simd
-
Enables simba ^0.1.5
- bytemuck simd