# 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 = "eigs" version = "0.0.3" authors = ["Floris Laporte "] description = "Find Eigenvalues and Eigenvectors with Rust using UMFPACK + ARPACK" homepage = "https://github.com/flaport/eigs" documentation = "https://github.com/flaport/eigs" readme = "README.md" license = " LGPL-2.1-only" repository = "https://github.com/flaport/eigs" [lib] name = "eigs" crate-type = [ "lib", "cdylib", ] [dependencies.arpack-ng-sys] version = "0.2.1" features = ["static"] [dependencies.num-complex] version = "0.4.4" [dependencies.umfpack-rs] version = "0.0.1"