# 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 = "2015" rust-version = "1.63" name = "osqp" version = "0.6.3" authors = ["Edward Barnard "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The OSQP (Operator Splitting Quadratic Program) solver." homepage = "https://osqp.org/" documentation = "https://docs.rs/osqp/0.6.3/" readme = "README.md" keywords = [ "optimisation", "optimization", "programming", "quadratic", "linear", ] license = "Apache-2.0" repository = "https://github.com/osqp/osqp.rs/" [lib] name = "osqp" path = "src/lib.rs" [dependencies.osqp-sys] version = "0.6.3"