Cargo Features

[dependencies]
imageproc-patched = { version = "0.22.0-unofficial.1-foresterre", default-features = false, features = ["property-testing", "display-window", "rayon"] }
default = rayon

The rayon feature is set by default whenever imageproc-patched is added without default-features = false somewhere in the dependency tree.

property-testing = quickcheck
display-window = sdl2

Affects imageproc-patched::window

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.

rayon default
quickcheck property-testing?

Enables quickcheck ^0.9.2

sdl2 display-window?

Enables sdl2 ^0.35