# 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 = "blis-src" version = "0.2.2" authors = [ "Mathieu Poumeyrol ", "Jed Brown ", ] build = "build.rs" links = "blis" exclude = [ "upstream/docs/", "upstream/examples/", "upstream/mpi_test/", "upstream/**/test/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Rust native linking for BLIS library" readme = "README.md" keywords = [ "blas", "blis", ] categories = ["science"] license = "MIT OR Apache-2.0" repository = "https://github.com/blas-lapack-rs/blis-src" [package.metadata.release] tag-name = "{{crate_name}}-{{version}}" [lib] name = "blis_src" path = "src/lib.rs" [[test]] name = "blas_gemm" path = "tests/blas_gemm.rs" [[test]] name = "cblas_gemm" path = "tests/cblas_gemm.rs" [dev-dependencies.blas-sys] version = "0.7" [dev-dependencies.cblas-sys] version = "0.1.3" [dev-dependencies.libc] version = "0.2.154" [features] cblas = [] default = [ "pthreads", "cblas", ] openmp = [] pthreads = [] serial = [] static = [] system = []