nnls 0.5.0

Non-Negative Least Squares (nnls)
Documentation
# 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 = "2024"
name = "nnls"
version = "0.5.0"
authors = ["Nil Goyette <nil.goyette@imeka.ca>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Non-Negative Least Squares (nnls)"
readme = "README.md"
keywords = [
    "math",
    "nnls",
    "solver",
]
categories = [
    "mathematics",
    "science",
    "algorithms",
]
license = "BSD-2-Clause"
repository = "https://github.com/imeka/nnls"

[lib]
name = "nnls"
path = "src/lib.rs"

[[test]]
name = "nnls"
path = "tests/nnls.rs"

[[bench]]
name = "nnls"
path = "benches/nnls.rs"
harness = false

[dependencies.approx]
version = "0.5"

[dependencies.ndarray]
version = "0.17"
features = ["approx"]

[dependencies.ndarray-stats]
version = "0.7"

[dev-dependencies.criterion]
version = "0.8"