# 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 = "linalg-rs" version = "1.1.2" description = "Linear algebra in Rust!" readme = "README.md" keywords = [ "ai", "matrix", "numpy", "linalg", "vector", ] categories = [ "mathematics", "science", ] license = "MIT" repository = "https://github.com/Snojj25/linalg-rs" [[bench]] name = "dense_mnnp_bench" harness = false [[bench]] name = "dense_nn_bench" harness = false [[bench]] name = "sparse_mnnp_bench" harness = false [[bench]] name = "sparse_nn_bench" harness = false [dependencies.anyhow] version = "1.0.71" [dependencies.itertools] version = "0.11.0" [dependencies.num-traits] version = "0.2.15" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.7.0" [dependencies.serde] version = "1.0.164" features = ["derive"] [dev-dependencies.criterion] version = "0.5.1"