# 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 = "sprs-ldl" version = "0.10.0" authors = ["Vincent Barrielle"] description = "Sparse cholesky factorization" documentation = "https://vbarrielle.github.io/sprs/doc/sprs/" readme = "README.md" keywords = [ "sparse", "matrix", "cholesky", "factorization", "linalg", ] license = "LGPL-2.1" repository = "https://github.com/sparsemat/sprs" [dependencies.num-traits] version = "0.2.0" [dependencies.sprs] version = "0.11.0" [dependencies.sprs_suitesparse_camd] version = "0.3.0" optional = true [dependencies.sprs_suitesparse_ldl] version = "0.8.0" optional = true [dev-dependencies.ndarray] version = ">=0.11.0,<0.16"