# 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 = "slas" version = "0.3.1" authors = ["Aksel Mannstaedt "] description = "Static Linear Algebra System" readme = "README.md" keywords = [ "matrix", "blas", "linearalgebra", "vectors", ] categories = [ "data-structures", "science", "mathematics", ] license = "Apache-2.0" repository = "https://github.com/unic0rn9k/slas" [profile.release] opt-level = 3 lto = true codegen-units = 1 [profile.release.package."*"] opt-level = 3 [dependencies.blis-src] version = "0.2.0" optional = true default-features = false [dependencies.cblas-sys] version = "0.1.4" optional = true [dependencies.levitate] version = "0.1.1" [dependencies.paste] version = "1.0.6" [dev-dependencies.pretty_assertions] version = "1.0.0" [features] blas = ["cblas-sys"] blis-static = [ "blis-src", "blis-src/static", "blas", ] blis-sys = [ "blis-src", "blis-src/system", "blas", ] default = [ "blis-sys", "fast-floats", ] fast-floats = ["levitate/fast-floats"]