Cargo Features

[dependencies]
collenchyma = { version = "0.0.8", default-features = false, features = ["lint", "travis", "unstable_alloc", "cuda", "opencl", "native"] }
default = cuda, native, opencl

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

lint = clippy
travis = native
dev unstable unstable_alloc
cuda default

Affects frameworks::cuda

opencl default

Affects frameworks::opencl

native default travis?

Affects frameworks::native

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.

clippy lint?

Enables clippy ^0.0.27