kmeans 2.0.2

Small and fast library for k-means clustering calculations.
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 = "kmeans"
version = "2.0.2"
authors = ["Markus Ebner <hiwatari.seiji@gmail.com>"]
build = false
exclude = ["examples/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Small and fast library for k-means clustering calculations."
documentation = "https://docs.rs/kmeans/"
readme = "README.md"
keywords = [
    "kmeans",
    "k-means",
    "means",
    "cluster",
    "clustering",
]
categories = [
    "algorithms",
    "science",
]
license = "Apache-2.0"
repository = "https://github.com/seijikun/kmean-rs"

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

[dependencies.aligned-vec]
version = "0.6"

[dependencies.num]
version = "0.4.3"

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

[dependencies.rand]
version = "0.8.5"

[dependencies.rayon]
version = "1.10.0"

[profile.profiling]
debug = 2
incremental = false
inherits = "release"
strip = "none"