[package] name = "l1_solver" version = "0.1.0" edition = "2021" authors = [ "Marc Haubenstock " ] description = "This is a rust port of the l1 norm approximation found in the l1 magic software package." repository = "https://github.com/geoeo/l1_solver" readme = "README.md" categories = [ "science", "mathematics" ] keywords = [ "algebra", "math","convex","optimization","l1" ] license = "BSD-3-Clause" exclude = [ "data/*", "examples/*"] [dependencies] nalgebra = {version="0.30.1"}