# 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 = "totsu_f64lapack" version = "0.1.1" authors = ["convexbrain "] description = "BLAS/LAPACK linear algebra operations for `totsu`/`totsu_core`." homepage = "https://github.com/convexbrain/Totsu/tree/master/solver_rust_conic/totsu_f64lapack" readme = "README.md" keywords = [ "convex", "optimization", "conic", "solver", ] categories = ["science"] license = "Unlicense" repository = "https://github.com/convexbrain/Totsu" resolver = "1" [dependencies.cblas] version = "0.4.0" [dependencies.lapacke] version = "0.5.0" [dependencies.num-traits] version = "0.2.15" [dependencies.totsu_core] version = "0.1.1" [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.float_eq] version = "1.0.1" [dev-dependencies.intel-mkl-src] version = "0.8.1" features = ["mkl-static-lp64-seq"] [dev-dependencies.totsu] version = "0.10.2"