# 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 = "linregress" version = "0.5.4" authors = ["Nils Mehrtens "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "ordinary least squared linear regression with some basic statistics" homepage = "https://github.com/n1m3/linregress" documentation = "https://docs.rs/linregress" readme = "README.md" keywords = [ "statistics", "regression", "ols", ] license = "MIT" repository = "https://github.com/n1m3/linregress" [lib] name = "linregress" path = "src/lib.rs" [[bench]] name = "benchmarks" path = "benches/benchmarks.rs" harness = false [dependencies.nalgebra] version = "0.33.0" features = ["std"] default-features = false [dev-dependencies.tiny-bench] version = "0.3.0"