# 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 = "blas-array2" version = "0.3.0" description = "Parameter-optional BLAS wrapper by ndarray::Array (Ix1 or Ix2)." readme = "README.md" keywords = [ "array", "data-structure", "matrix", "blas", ] categories = [ "data-structures", "science", ] license = "Apache-2.0" repository = "https://github.com/ajz34/blas-array2" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "katex-header.html", ] [dependencies.derive_builder] version = "0.20" [dependencies.ndarray] version = "0.15" [dependencies.num-complex] version = "0.4" [dependencies.num-traits] version = "0.2" [dev-dependencies.approx] version = "0.5" [dev-dependencies.cblas-sys] version = "0.1" [dev-dependencies.itertools] version = "0.13" [dev-dependencies.rand] version = "0.8" [features] default = ["std"] error_on_copy = [] gemmt = [] ilp64 = [] std = [] warn_on_copy = []