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