[package] name = "eigs-rs" version = "0.0.2" edition = "2021" authors = ["Floris Laporte "] readme = "README.md" license = " LGPL-2.1-only" description = "eigs-rs was moved to eigs: https://crates.io/crates/eigs" documentation = "https://github.com/flaport/eigs-rs" homepage = "https://github.com/flaport/eigs-rs" repository = "https://github.com/flaport/eigs-rs" [lib] name = "eigs" crate-type = ["lib", "cdylib"] [dependencies] umfpack-rs = "0.0.1" arpack-ng-sys = {version="0.2.1", features=["static"]} num-complex = "0.4.4"