Cargo Features
[dependencies]
imageproc = { version = "0.25.0", default-features = false, features = ["property-testing", "display-window", "rayon", "katexit"] }
- default = rayon
-
These default features are set whenever
imageproc
is added without
somewhere in the dependency tree.default-features = false Enables image
- property-testing = quickcheck
- display-window = sdl2
-
Affects
imageproc::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
-
Affects
template_matching::match_template_parallel
,template_matching::match_template_with_mask_parallel
… - quickcheck property-testing?
- sdl2 display-window?
-
Enables sdl2 ^0.36
- katexit implicit feature
-
Enables katexit
katexit:
Insert KaTeX autorender script into rustdoc