Cargo Features

[dependencies]
cubek-test-utils = { version = "0.2.0-pre.2", default-features = false, features = ["std", "tests"] }
default = tests

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

Enables cubecl

std

Enables std of cubecl

tests default

cubek-test-utils has 3 features without comments.