Cargo Features
[dependencies]
ella = { version = "0.1.5", default-features = false, features = ["derive", "metrics", "pyo3", "protobuf"] }
- default = derive, metrics, protobuf
-
These default features are set whenever
ella
is added without
somewhere in the dependency tree.default-features = false - derive default = ella-derive
- metrics default
-
Enables metrics of ella-engine
- pyo3
-
Enables pyo3 of ella-common, ella-engine, and ella-tensor
- protobuf default
-
Enables protobuf of ella-server
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.