# 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 = "2018" rust-version = "1.61.0" name = "intel-mkl-sys" version = "0.8.1" authors = ["Toshiki Teramura "] description = "Rust binding of unique functions in Intel(R) MKL" readme = "README.md" keywords = ["ffi"] license-file = "License.txt" repository = "https://github.com/rust-math/intel-mkl-src" [[bench]] name = "cos" harness = false [dependencies.intel-mkl-src] version = "0.8.0" default-features = false [dev-dependencies.approx] version = "0.5.1" [dev-dependencies.criterion] version = "0.3.6" [dev-dependencies.rand] version = "0.8.5" [features] default = [] mkl-dynamic-ilp64-iomp = ["intel-mkl-src/mkl-dynamic-ilp64-iomp"] mkl-dynamic-ilp64-seq = ["intel-mkl-src/mkl-dynamic-ilp64-seq"] mkl-dynamic-lp64-iomp = ["intel-mkl-src/mkl-dynamic-lp64-iomp"] mkl-dynamic-lp64-seq = ["intel-mkl-src/mkl-dynamic-lp64-seq"] mkl-static-ilp64-iomp = ["intel-mkl-src/mkl-static-ilp64-iomp"] mkl-static-ilp64-seq = ["intel-mkl-src/mkl-static-ilp64-seq"] mkl-static-lp64-iomp = ["intel-mkl-src/mkl-static-lp64-iomp"] mkl-static-lp64-seq = ["intel-mkl-src/mkl-static-lp64-seq"]