[[bin]]
name = "appr_dbscan"
path = "src/main.rs"
[dependencies.partitions]
version = "0.2.4"
[dependencies.rstar]
version = "0.8.2"
[lib]
name = "appr_dbscan"
path = "src/lib.rs"
[package]
authors = ["Ivano Donadi <ivadonadi98@gmail.com>"]
description = "Rust implementation of the approximated DBSCAN algorithm introduced by Gan and Tao"
edition = "2018"
homepage = "https://github.com/Sauro98/appr_dbscan_rust"
keywords = ["DBSCAN", "dbscan", "clustering", "approximated"]
license = "MIT OR Apache-2.0"
name = "appr_dbscan_rust"
readme = "README.md"
repository = "https://github.com/Sauro98/appr_dbscan_rust"
version = "0.1.2"
[profile.release]
incremental = true
lto = true
opt-level = 2