[package] name = "kneed_rs" version = "0.0.0" edition = "2021" repository = "https://github.com/vihu/kneed-rs" authors = ["Rahul Garg"] description = "Pure rust implementation of Knee-point detection" license = "BSD-3-Clause" readme = "README.md" keywords = ["knee", "kneedle", "knee-point"] homepage = "https://github.com/vihu/kneed-rs" [dependencies] anyhow = "1" ndarray = "0" ndarray-linalg = { version = "0", features = ["openblas-system"] } ndarray-stats = "0" ndarray-interp = "0" rand = "0" rand_distr = "0" polyfit-rs = "0" thiserror = "1" [dev-dependencies] approx = "0"