# 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 = "lstsq" version = "0.6.0" authors = ["Andrew Straw "] description = "Return the least-squares solution to a linear matrix equation" readme = "README.md" keywords = ["linear-algebra"] categories = [ "algorithms", "mathematics", "no-std", "science", ] license = "MIT/Apache-2.0" repository = "https://github.com/strawlab/lstsq" [dependencies.nalgebra] version = "0.33" default-features = false [dev-dependencies.approx] version = "0.5" default-features = false [features] default = ["std"] std = ["nalgebra/std"]