abd-clam 0.30.0

Clustering, Learning and Approximation with Manifolds
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.75"
name = "abd-clam"
version = "0.30.0"
authors = [
    "Najib Ishaq <najib_ishaq@zoho.com>",
    "Tom Howard <info@tomhoward.codes>",
    "Noah Daniels <noah_daniels@uri.edu>",
    "Morgan Prior <morgan_prior@uri.edu>",
    "Isaac Chen <ijchen@uri.edu>",
    "Oliver McLaughlin <olwmcjp@gmail.com>",
]
publish = true
description = "Clustering, Learning and Approximation with Manifolds"
homepage = "https://github.com/URI-ABD/clam"
documentation = "https://docs.rs/abd-clam/latest/abd_clam/"
readme = "README.md"
license = "MIT"
repository = "https://github.com/URI-ABD/clam"

[[bench]]
name = "genomic"
harness = false

[[bench]]
name = "knn-search"
harness = false

[[bench]]
name = "knn-vs-rnn"
harness = false

[[bench]]
name = "rnn-search"
harness = false

[dependencies.automl]
version = "0.2.7"

[dependencies.bincode]
version = "1.3.3"

[dependencies.distances]
version = "1.7.0"

[dependencies.libm]
version = "0.2.7"

[dependencies.mt_logger]
version = "3.0.2"

[dependencies.priority-queue]
version = "1.3.2"

[dependencies.rand]
version = "0.8.5"

[dependencies.rayon]
version = "1.8.0"

[dependencies.serde]
version = "1.0.188"
features = ["derive"]

[dependencies.smartcore]
version = "0.2.1"

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

[dev-dependencies.float-cmp]
version = "0.9.0"

[dev-dependencies.postcard]
version = "1.0.8"
features = ["alloc"]

[dev-dependencies.statistical]
version = "1.0.0"

[dev-dependencies.tempdir]
version = "0.3.7"

[dev-dependencies.test-case]
version = "3.2.1"