# 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" name = "coaster-blas" version = "0.4.0" authors = ["Bernhard Schuster ", "Lissa Hyacinth ", "Paul Kassianik ", "Michael Hirn", "Maximilian Goisser"] description = "Coaster library for full BLAS support" homepage = "https://spearow.io/projects/coaster-blas" documentation = "https://spearow.github.com/coaster-blas" readme = "README.md" keywords = ["blas", "coaster", "computation", "hpc", "plugin"] license = "MIT OR Apache-2.0" repository = "https://github.com/spearow/coaster-blas" [dependencies.coaster] version = "0.2" default-features = false [dependencies.log] version = "0.4" [dependencies.rcublas] version = "0.6" optional = true [dependencies.rust-blas] version = "0.2" optional = true [features] cuda = ["coaster/cuda", "rcublas"] default = ["native", "cuda"] native = ["coaster/native", "rust-blas"] opencl = ["coaster/opencl"]