# 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 = "2018" name = "lapack-traits" version = "0.4.0" authors = ["Humberto Munoz Bauza "] description = "Generic real/complex scalar trait wrappers for BLAS and LAPACK routines" readme = "readme.md" keywords = ["algebra", "blas", "lapack", "complex"] categories = ["mathematics", "science", "simulation"] license = "MIT" repository = "https://github.com/hmunozb/lapack-traits/" [dependencies.cblas] version = "0.4" [dependencies.lapacke] version = "0.5" [dependencies.num-complex] version = "0.4" [dependencies.simba] version = "0.6" optional = true [dev-dependencies.lapacke-sys] version = "0.1.4" [dev-dependencies.openblas-src] version = "0.10" features = ["system"] default-features = false