# 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] rust-version = "1.59" name = "mosek" version = "11.0.0-beta.0" authors = ["Ulf Worsøe "] build = "build.rs" description = "Rust API for MOSEK optimization tools" homepage = "https://mosek.com" documentation = "https://docs.rs/mosek" readme = "README.md" keywords = [ "mosek", "optimization", "conic_optimization", "linear_optimization", "integer_optimization", ] categories = [ "api-bindings", "mathematics", "science", ] license = "BSD-4-Clause" repository = "https://github.com/MOSEK/Mosek.rust" [[bin]] name = "testmosek-raw" path = "tests/testmosek_raw.rs" test = false [dependencies.itertools] version = "0.10" [dependencies.libc] version = "0.2"