Cargo Features

surrealml-core has no features set by default.

[dependencies]
surrealml-core = { version = "0.1.3", features = ["axum-feature", "actix-feature", "sklearn-tests", "tensorflow-tests"] }
axum-feature = axum

Affects errors::axum

actix-feature = actix-web

Affects errors::actix

sklearn-tests

below are the features for testing different engines

onnx-tests torch-tests tensorflow-tests

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.

axum axum-feature?
actix-web actix-feature?