Cargo Features
[dependencies]
cellular_raza = { version = "0.1.3", default-features = false, features = ["tracing", "timestamp", "gradients", "pyo3"] }
- default = gradients, timestamp
-
These default features are set whenever
cellular_raza
is added without
somewhere in the dependency tree.default-features = false - tracing
-
Enables tracing of cellular_raza-core
- timestamp default
-
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 and cellular_raza-core
cellular_raza has 5 features without comments.