# 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 = "hasty" version = "0.2.5" authors = ["Toby Davis"] description = "A Rust interface to system BLAS libraries for fast linear algebra operations" readme = "README.md" keywords = [ "blas", "linear-algebra", "matrix", "vector", ] license = "MIT" repository = "https://github.com/Pencilcaseman/hasty" [[bench]] name = "bench_gemm" harness = false [dependencies.log] version = "0.4.21" [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.num-traits] version = "0.2" [build-dependencies.bindgen] version = "0.69" [build-dependencies.cmake] version = "0.1" [features] blas = [] blas_accelerate = ["blas"] blas_acml = ["blas"] blas_arm = ["blas"] blas_atlas = ["blas"] blas_blis = ["blas"] blas_clblast = [ "blas", "opencl", ] blas_cublas = [ "blas", "cuda", ] blas_mkl = ["blas"] blas_openblas = ["blas"] build_openblas = [] cuda = [] default = [] opencl = [] prebuilt_openblas = []