Cargo Features

[dependencies]
convolve2d = { version = "0.1.0", default-features = false, features = ["std", "full"] }
default = rayon, std

These default features are set whenever convolve2d is added without default-features = false somewhere in the dependency tree.

std default full?

Affects convolution::convolve2d, kernel::gaussian, kernel::box_blur, matrix::DynamicMatrix

full = image, rayon, std

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.

image full?

Enables image ^0.23.14

rayon default full?