# 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 = "modcholesky" version = "0.2.0" authors = ["Stefan Kroboth "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Modified Cholesky decompositions" homepage = "http://argmin-rs.org" documentation = "https://docs.rs/modcholesky/" readme = "README.md" keywords = [ "optimization", "math", "science", "HPC", ] categories = ["science"] license = "MIT OR Apache-2.0" repository = "https://github.com/argmin-rs/modcholesky" [lib] name = "modcholesky" path = "src/lib.rs" [[bench]] name = "bench" path = "benches/bench.rs" [dependencies.ndarray] version = "0.16" features = ["approx"] [dependencies.ndarray-rand] version = "0.15" [dependencies.num] version = "0.4" [dependencies.rand] version = "0.8.3" [dependencies.rand_xorshift] version = "0.3.0" [dev-dependencies.approx] version = "0.5.0" [features] default = [] [badges.maintenance] status = "passively-maintained"