[package] name = "linear-ip" version = "0.1.1" edition = "2021" description = "Linear Primal Dual Solver Using the the Interior Point Method" license = "BSD-3-Clause" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] nalgebra = {version="0.32.2", features=["rand-no-std"]} [dev-dependencies] approx = {version = "0.5.1"}