[package] name = "grappes" description = "Implements various clustering algorithms such as k-Means variants" repository = "https://github.com/Sydpy/grappes-rs" license = "MIT" version = "0.2.0" authors = ["Sydpy "] edition = "2018" [dependencies] ndarray = "0.13" rand = "0.7" [dev-dependencies] ndarray-rand = "0.11"