# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "hanblas" version = "0.0.1" authors = ["JunWang "] description = "A BLAS written in Rust" readme = "README.md" license = "MIT" repository = "https://github.com/jstzwj/HanBLAS/" [lib] name = "hanblas" path = "src/lib.rs" [[bin]] name = "temp_test" path = "examples/temp_test.rs" [[bin]] name = "benchmark_sasum" path = "examples/benchmark_sasum.rs" [[bin]] name = "benchmark_gemm" path = "examples/benchmark_gemm.rs" [dependencies.blas] version = "0.20.0" [dependencies.csv] version = "1.1" [dependencies.half] version = "1.6.0" [dependencies.libc] version = "0.2.69" [dependencies.num-complex] version = "0.2.4" [dependencies.num-traits] version = "0.2.11" [dependencies.rand] version = "0.7.3" [dependencies.rayon] version = "1.3.0" [features] api_cblas = [] api_lapack = [] default = ["dynamic_arch"] dynamic_arch = [] naive = [] thread = []