Cargo Features

[dependencies]
cellular_raza = { version = "0.0.8", default-features = false, features = ["tracing", "timestamp", "gradients", "pyo3"] }
default = gradients

The gradients feature is set by default whenever cellular_raza is added without default-features = false somewhere in the dependency tree.

tracing

Enables tracing of cellular_raza-core

timestamp

Enables timestamp of cellular_raza-core

gradients default

Enables gradients of cellular_raza-building-blocks, cellular_raza-concepts, and cellular_raza-core

pyo3

Enables pyo3 of cellular_raza-building-blocks

cellular_raza has 5 features without comments.