# 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 = "fenris-sparse" version = "0.0.5" authors = ["Andreas Longva "] description = "Sparse matrix functionality for fenris" license = "MIT OR Apache-2.0" repository = "https://github.com/InteractiveComputerGraphics/fenris" [dependencies.fenris-paradis] version = "0.0.3" [dependencies.fenris-traits] version = "0.0.2" [dependencies.nalgebra] version = "0.32.1" default-features = false [dependencies.nalgebra-sparse] version = "0.9.0" default-features = false [dependencies.num] version = "0.4" [dependencies.rayon] version = "1.6.1" [dev-dependencies.proptest] version = "1.0"