sklears-simd 0.1.2

High-performance SIMD acceleration primitives for the Sklears machine learning ecosystem
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 = "2021"
rust-version = "1.89"
name = "sklears-simd"
version = "0.1.2"
authors = ["COOLJAPAN OU (Team KitaSan)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance SIMD acceleration primitives for the Sklears machine learning ecosystem"
homepage = "https://github.com/cool-japan/sklears"
readme = "README.md"
keywords = [
    "machine-learning",
    "ml",
    "scikit-learn",
    "data-science",
    "rust",
]
categories = [
    "science",
    "mathematics",
    "algorithms",
]
license = "Apache-2.0"
repository = "https://github.com/cool-japan/sklears"

[features]
default = []
nightly = []
no-std = [
    "libm",
    "spin",
]
parallel = ["rayon"]

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

[[example]]
name = "advanced_optimizations_demo"
path = "examples/advanced_optimizations_demo.rs"

[[example]]
name = "comprehensive_benchmarks_demo"
path = "examples/comprehensive_benchmarks_demo.rs"

[[bench]]
name = "comprehensive_benchmarks"
path = "benches/comprehensive_benchmarks.rs"
harness = false

[[bench]]
name = "simd_benchmarks"
path = "benches/simd_benchmarks.rs"
harness = false

[dependencies.libm]
version = "0.2"
optional = true

[dependencies.num]
version = "0.4"

[dependencies.once_cell]
version = "1.21"

[dependencies.rayon]
version = "1.12"
optional = true

[dependencies.scirs2-autograd]
version = "0.5.1"
default-features = false

[dependencies.scirs2-core]
version = "0.5.1"
features = [
    "random",
    "linalg",
    "serialization",
]
default-features = false

[dependencies.scirs2-linalg]
version = "0.5.1"
default-features = false

[dependencies.sklears-core]
version = "0.1.2"

[dependencies.spin]
version = "0.12"
optional = true

[dev-dependencies.approx]
version = "0.5"

[dev-dependencies.criterion]
version = "0.8"