Cargo Features

[dependencies]
proximity = { version = "0.1.1", default-features = false, features = ["simd"] }
default = simd

The simd feature is set by default whenever proximity is added without default-features = false somewhere in the dependency tree.

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