# 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.74" name = "petal-clustering" version = "0.10.0" authors = [ "Min Kim ", "Min Shao ", ] build = false exclude = ["./github"] autobins = false autoexamples = false autotests = false autobenches = false description = "A collection of clustering algorithms." homepage = "https://github.com/petabi/petal-clustering" documentation = "https://docs.rs/petal-clustering" readme = "README.md" keywords = [ "clustering", "dbscan", "optics", "unsupervised", "machine-learning", ] categories = [ "algorithms", "data-structures", ] license = "Apache-2.0" repository = "https://github.com/petabi/petal-clustering" [lib] name = "petal_clustering" path = "src/lib.rs" [[example]] name = "hdbscan" path = "examples/hdbscan.rs" [[bench]] name = "main" path = "benches/main.rs" harness = false [dependencies.ndarray] version = "0.16" [dependencies.num-traits] version = "0.2" [dependencies.petal-neighbors] version = "0.11.0" [dependencies.rayon] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.succinct] version = "0.5" [dev-dependencies.approx] version = "0.5" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.csv] version = "1.1.6" [dev-dependencies.maplit] version = "1" [dev-dependencies.ndarray-rand] version = "0.15.0" [badges.codecov] repository = "petabi/petal-clustering" service = "github"