rkhs 0.2.0

Reproducing Kernel Hilbert Space: kernels, MMD, and Dense Associative Memory (LSE/LSR energy)
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"
name = "rkhs"
version = "0.2.0"
authors = ["Arc <attobop@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reproducing Kernel Hilbert Space: kernels, MMD, and Dense Associative Memory (LSE/LSR energy)"
homepage = "https://github.com/arclabs561/rkhs"
documentation = "https://docs.rs/rkhs"
readme = "README.md"
keywords = [
    "kernel",
    "mmd",
    "rkhs",
    "associative-memory",
    "machine-learning",
]
categories = [
    "algorithms",
    "science",
    "mathematics",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/arclabs561/rkhs"

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

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

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

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

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

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

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

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

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

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

[dependencies.ndarray]
version = "0.16"

[dependencies.rand]
version = "0.9"

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

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.faer]
version = "0.19"

[dev-dependencies.kuji]
version = "0.1"

[dev-dependencies.rmt]
version = "0.1"