# 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 = "rusty-compression" version = "0.1.0" authors = ["Timo Betcke ", "Srinath Kailasa"] description = "Low rank compression algorithms in Rust." homepage = "https://github.com/rusty-fast-solvers/rusty-compression" readme = "README.md" keywords = ["numerics"] categories = ["mathematics", "science"] license = "BSD-3-Clause" repository = "https://github.com/rusty-fast-solvers/rusty-compression" [package.metadata.docs.rs] rustdoc-args = ["--html-in-header", "katex-header.html"] [lib] name = "rusty_compression" [dependencies.itertools] version = "0.10" [dependencies.lapack] version = "0.*" [dependencies.lax] version = "0.*" [dependencies.ndarray] version = "0.15" [dependencies.ndarray-linalg] version = "0.14" [dependencies.num] version = "0.*" [dependencies.rand] version = "0.8" [dependencies.rand_distr] version = "0.4" [dependencies.thiserror] version = "1.0" [dev-dependencies.criterion] version = "0.3" features = ["html_reports"] [dev-dependencies.ndarray-linalg] version = "0.14" features = ["openblas-system"] [dev-dependencies.plotters] version = "0.*"