Cargo Features

[dependencies]
burn-common = { version = "0.15.0", default-features = false, features = ["std", "network", "rayon", "doc"] }
default doc? = std

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

Enables cubecl-common

std default

Enables std of cubecl-common

Affects network::downloader.download_file_as_bytes

network

Enables indicatif, reqwest, and tokio

indicatif:

Network downloader

Affects burn-common::network

rayon

Enables rayon

Parallel

doc = default