# 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 = "ls_solver" version = "0.1.0" authors = [ "Davide Monti ", "Samuele Campanella ", ] description = "A simple tool and library for linear system solution" readme = "README.md" keywords = [ "linear_system_solver", "sparse_matrices", "linear_algebra", ] license-file = "LICENSE" repository = "https://github.com/dcmonti/ls_solver" [profile.release] lto = true codegen-units = 1 panic = "abort" [[bench]] name = "ls_solver_benchmark" harness = false [dependencies.clap] version = "4.2.1" features = ["derive"] [dependencies.nalgebra] version = "0.32.2" features = [ "io", "sparse", "rand", "libm-force", ] [dependencies.nalgebra-sparse] version = "0.9.0" features = ["io"] [dependencies.rayon] version = "1.7.0" [dev-dependencies.criterion] version = "0.4.0" features = ["html_reports"]