# 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 = "2021" name = "surrealml-core" version = "0.1.3" build = "./build.rs" description = "The core machine learning library for SurrealML that enables SurrealDB to store and load ML models" readme = "README.md" license-file = "LICENSE" [lib] name = "surrealml_core" path = "src/lib.rs" [dependencies.actix-web] version = "4.5.1" optional = true [dependencies.axum] version = "0.7.4" optional = true [dependencies.bytes] version = "1.5.0" [dependencies.futures-core] version = "0.3.28" [dependencies.futures-util] version = "0.3.28" [dependencies.ndarray] version = "0.15.6" [dependencies.once_cell] version = "1.18.0" [dependencies.ort] version = "1.16.2" features = ["load-dynamic"] default-features = false [dependencies.regex] version = "1.9.3" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.thiserror] version = "1.0.57" [dev-dependencies.tokio] version = "1.12.0" features = ["full"] [build-dependencies.ort] version = "1.16.2" default-features = true [features] actix-feature = ["actix-web"] axum-feature = ["axum"] default = [] onnx-tests = [] sklearn-tests = [] tensorflow-tests = [] torch-tests = []