sklears-kernel-approximation 0.1.0

Kernel approximation methods
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.70"
name = "sklears-kernel-approximation"
version = "0.1.0"
authors = ["COOLJAPAN OU (Team KitaSan)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Kernel approximation methods"
homepage = "https://github.com/cool-japan/sklears"
readme = "README.md"
keywords = [
    "machine-learning",
    "kernel-methods",
    "approximation",
]
categories = [
    "science",
    "mathematics",
]
license = "Apache-2.0"
repository = "https://github.com/cool-japan/sklears"

[features]
default = ["serde"]
nightly = ["simd"]
nightly-simd = []
serde = ["sklears-core/serde"]
simd = []

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

[[bin]]
name = "test_manual"
path = "src/bin/test_manual.rs"

[dependencies.num_cpus]
version = "1.17"

[dependencies.oxifft]
version = "0.1.3"

[dependencies.rayon]
version = "1.11"

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

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

[dependencies.scirs2-stats]
version = "0.3.4"
default-features = false

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "derive",
]

[dependencies.serde_json]
version = "1.0"

[dependencies.sklears-core]
version = "0.1.0"
features = [
    "parallel",
    "async_support",
]

[dependencies.sklears-utils]
version = "0.1.0"

[dependencies.thiserror]
version = "2.0"

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

[dev-dependencies.proptest]
version = "1.10"