Cargo Features
[dependencies]
rustautogui = { version = "2.5.0", default-features = false, features = ["full", "lite", "opencl", "dev"] }
- default = full
-
The
full
feature is set by default wheneverrustautogui
is added without
somewhere in the dependency tree.default-features = false - full default opencl? = image, num-complex, rayon, rustfft
- lite
- opencl dev? = full, ocl
-
Affects
template_match::open_cl
,template_match::opencl_v2
,opencl_kernel::OCL_KERNEL
,data::opencl
… - dev = opencl
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.