Cargo Features

[dependencies]
cellular_raza-core = { version = "0.2.4", default-features = false, features = ["tracing", "timestamp", "gradients", "pyo3", "cpu_os_threads", "chili", "cara", "elli", "plotters"] }
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 ^0.24

cpu_os_threads = 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 opencl3

Additional dependencies for elli backend

Affects backend::elli

plotters cpu_os_threads?

Enables plotters, plotters of cellular_raza-concepts