Cargo Features

[dependencies]
burn-std = { version = "0.21.0-pre.1", default-features = false, features = ["std", "cubecl", "tracing", "network", "doc"] }
default doc? = std

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

Enables cubecl-common

std default

Enables std of cubecl-common and num-traits

cubecl

Enables cubecl

tracing

Enables tracing of optional cubecl and cubecl-common

network

Enables indicatif, reqwest ^0.12.23, and tokio

indicatif:

Network downloader

Affects burn-std::network

doc = default