# 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 = "matrix_mul_test" version = "0.0.8" description = "testing blas as a feature" license = "MIT OR Apache-2.0" [dependencies.blas-src] version = "0.8" features = ["openblas"] optional = true [dependencies.ndarray] version = "0.15.6" [dependencies.num] version = "0.4.0" [dependencies.openblas-src] version = "0.10" features = [ "cblas", "system", ] optional = true [dependencies.rand] version = "0.8.5" [dependencies.stopwatch] version = "0.0.7" [features] blas = ["ndarray/blas"] openblas = [ "ndarray/blas", "openblas-src", "blas-src", ]