# 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_smid" version = "0.3.0" authors = ["Zihan Wu rust@zihanng.shop>"] build = false exclude = ["examples/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "Small and fast library for k-means clustering calculations. Fixing smid from `kmeans-rs`." readme = "README.md" keywords = [ "kmeans", "k-means", "means", "cluster", "clustering", ] categories = [ "algorithms", "science", ] license = "Apache-2.0" repository = "https://github.com/wzh4464/kmean-smid-rs" [lib] name = "kmeans_smid" path = "src/lib.rs" [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"