Cargo Features

[dependencies]
cellular_raza-core = { version = "0.2.1", default-features = false, features = ["tracing", "timestamp", "gradients", "pyo3", "cpu_os_threads", "chili", "cara", "elli"] }
default = chili, timestamp

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

tracing

Enables tracing and tracing-subscriber

timestamp default

Enables chrono

gradients

Enables gradients of cellular_raza-concepts

pyo3

Enables pyo3

cpu_os_threads

Enables plotters

Affects backend::cpu_os_threads

chili default

Affects backend::chili

cara

Enables cc and cudarc

cudarc:

Additional dependencies for cara backend

Affects backend::cara

elli

Enables wgpu

Additional dependencies for elli backend

Affects backend::elli