# 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 = "2018" name = "plr" version = "0.3.1" authors = ["Ryan Marcus "] description = "Performs greedy or optimal error-bounded piecewise linear regression (PLR) and spline regression" readme = "README.md" keywords = [ "plr", "piecewise", "regression", ] license = "GPL-3.0-or-later" repository = "https://github.com/RyanMarcus/plr" [[bench]] name = "plr_bench" harness = false [[bench]] name = "spline_bench" harness = false [dependencies.approx] version = "0.3" [dependencies.rug] version = "1.6" [dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.criterion] version = "0.3" [dev-dependencies.superslice] version = "1.0.0" [badges.travis-ci] branch = "master" repository = "RyanMarcus/plr"