# 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 = "mumps-src" version = "0.1.2+5.7.2" authors = ["Maroon"] build = "build.rs" links = "Mumps" description = "Build Mumps as a crate." readme = "README.md" keywords = [ "coin-or", "Mumps", "Mumps-src", ] license = "Apache-2.0" repository = "https://github.com/Maroon502/mumps-src" [dependencies.intel-mkl-src] version = "0.8" optional = true [dependencies.openblas-src] version = "0.10" optional = true [build-dependencies.anyhow] version = "1.0" [build-dependencies.cc] version = "1.0" features = ["parallel"] [build-dependencies.coin-build-tools] version = "0.2" [build-dependencies.flate2] version = "1.0" [build-dependencies.native-tls] version = "0.2" features = ["vendored"] [build-dependencies.tar] version = "0.4" [build-dependencies.ureq] version = "2.9" features = [ "native-certs", "native-tls", "gzip", ] default-features = false [features] c_arith = [] d_arith = [] default = [ "openblas-static", "d_arith", ] intel-mkl-static = ["intel-mkl-src/mkl-static-lp64-seq"] intel-mkl-system = ["intel-mkl-src/mkl-dynamic-lp64-seq"] openblas-static = ["openblas-src/static"] openblas-system = ["openblas-src/system"] s_arith = [] z_arith = []