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