[package] name = "scs-rust-bindings" version = "0.1.1" edition = "2021" authors = [ "Marc Haubenstock " ] description = "Rust bindings for the SCS project: https://www.cvxgrp.org/scs/" repository = "https://github.com/geoeo/scs-rust-bindings" readme = "README.md" categories = [ "science", "mathematics" ] keywords = [ "algebra", "math","optimization","convex", "conic" ] license = "BSD-3-Clause" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [build-dependencies] bindgen = "0.53.1"