# 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 = "osqp-rust" version = "0.6.2" authors = [ "Edward Barnard ", "Michael Stone ", ] description = "The OSQP (Operator Splitting Quadratic Program) solver." homepage = "https://osqp.org/" documentation = "https://docs.rs/osqp-rust/0.6.2/" readme = "README.md" keywords = [ "optimisation", "optimization", "programming", "quadratic", "linear", ] license = "Apache-2.0" repository = "https://github.com/mstone/osqp.rs/" resolver = "2" [dependencies.libc] version = "0.2" [dependencies.osqp-rust-sys] version = "0.6.2"