# 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 = "umfpack-rs" version = "0.0.1" authors = ["Floris Laporte "] description = "Some UMFPACK bindings for rust" homepage = "https://github.com/flaport/umfpack-rs" documentation = "https://github.com/flaport/umfpack-rs" readme = "README.md" license = " LGPL-2.1-only" repository = "https://github.com/flaport/umfpack-rs" [lib] name = "umfpack" crate-type = [ "lib", "cdylib", ] [dependencies.approx] version = "0.5.1" [dependencies.array-init] version = "2.1.0" [dependencies.libc] version = "0.2.147" [dependencies.num-complex] version = "0.4.4" [build-dependencies.cc] version = "1.0.83" features = ["parallel"] optional = true [build-dependencies.git2] version = "0.18.0" [features] default = ["cc"]