surrealml-core 0.1.13

The core machine learning library for SurrealML that enables SurrealDB to store and load ML models
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "surrealml-core"
version = "0.1.13"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The core machine learning library for SurrealML that enables SurrealDB to store and load ML models"
homepage = "https://github.com/surrealdb/surrealdb"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/surrealdb/surrealdb"

[features]
default = []
gpu = []
onnx-tests = []
sklearn-tests = []
tensorflow-tests = []
torch-tests = []

[lib]
name = "surrealml_core"
path = "src/lib.rs"

[dependencies.bytes]
version = "1.11.1"

[dependencies.futures]
version = "0.3.32"

[dependencies.hyper]
version = "1.9"

[dependencies.ndarray]
version = "0.17.2"

[dependencies.ort]
version = "2.0.0-rc.12"
features = [
    "cuda",
    "ndarray",
]

[dependencies.regex]
version = "1.12.3"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.thiserror]
version = "2.0.18"

[dev-dependencies.tokio]
version = "1.52.1"
features = ["full"]
default-features = false