# 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 = "ckmeans" version = "1.0.6" autobenches = true description = "A Rust implementation of Wang and Song's Ckmeans clustering algorithm" documentation = "https://docs.rs/ckmeans" readme = "README.md" keywords = [ "gis", "geo", "spatial", "clustering", ] categories = ["science::geo"] license = "MIT OR Apache-2.0" repository = "https://github.com/urschrei/ckmeans" [lib] name = "ckmeans" crate-type = [ "rlib", "cdylib", ] test = true doctest = true doc = true [[bench]] name = "benchmark" harness = false [dependencies.js-sys] version = "0.3.64" [dependencies.libc] version = "0.2.147" [dependencies.num-traits] version = "0.2.16" [dependencies.wasm-bindgen] version = "0.2" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rand_distr] version = "0.4.3" [build-dependencies.cbindgen] version = "0.24.5" optional = true default-features = false [features] headers = ["cbindgen"] [badges.maintenance] status = "passively-maintained"