Cargo Features

[dependencies]
lucky_commit = { version = "2.2.3", default-features = false, features = ["opencl"] }
default = opencl

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

opencl default = ocl

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.

ocl opencl