# 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] name = "superlu-sys" version = "0.3.5" authors = [ "Ivan Ukhov ", "Henrik Stromberg ", ] build = "build.rs" links = "superlu" description = "The package provides bindings to SuperLU." documentation = "https://docs.rs/superlu-sys" readme = "README.md" keywords = ["linear-algebra"] categories = [ "external-ffi-bindings", "science", ] license = "Apache-2.0/MIT" repository = "https://github.com/stainless-steel/superlu-sys" [dependencies.libc] version = "0.2" [dependencies.openblas-src] version = "0.10.8" features = ["cache"] [build-dependencies.cmake] version = "0.1.50"