ferrolearn-core 0.1.3

Core traits, error types, and pipeline for the ferrolearn ML framework
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"
rust-version = "1.85"
name = "ferrolearn-core"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core traits, error types, and pipeline for the ferrolearn ML framework"
readme = "README.md"
keywords = [
    "machine-learning",
    "traits",
    "pipeline",
    "ml",
    "ferrolearn",
]
categories = [
    "science",
    "algorithms",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/dollspace-gay/ferrolearn"

[features]
blas = ["dep:ndarray-linalg"]
default = [
    "std",
    "faer",
]
faer = ["dep:faer"]
std = ["thiserror/std"]

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

[[test]]
name = "compile_fail"
path = "tests/compile_fail.rs"

[[test]]
name = "compile_fail_tests"
path = "tests/compile_fail_tests.rs"

[dependencies.faer]
version = "0.24"
optional = true

[dependencies.ndarray]
version = "0.17"

[dependencies.ndarray-linalg]
version = "0.18"
features = ["openblas-static"]
optional = true

[dependencies.num-traits]
version = "0.2"

[dependencies.thiserror]
version = "2.0"
default-features = false