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