# 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 = "static-la" version = "0.2.5" authors = ["Jonathan "] description = "A linear algebra library with excellent type safety." documentation = "https://docs.rs/static-la/" readme = "README.md" categories = ["mathematics"] license = "Apache-2.0" repository = "https://github.com/JonathanWoollett-Light/static-la" [[bench]] name = "benchmarks" harness = false [dependencies.cblas] version = "0.4.0" [dependencies.openblas-src] version = "0.10.4" [dependencies.rand] version = "0.8.5" optional = true [dev-dependencies.criterion] version = "0.3" [dev-dependencies.nalgebra] version = "0.30.1" [dev-dependencies.ndarray] version = "0.15.4" [dev-dependencies.ndarray-rand] version = "0.14.0" [dev-dependencies.rand] version = "0.8.5" [features] distribution = ["rand"]