# 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 = "single_algebra" version = "0.1.1-alpha.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A linear algebra convenience library for the single-rust library. Can be used externally as well." readme = "README.md" categories = ["science"] license-file = "LICENSE.md" repository = "https://github.com/SingleRust/single-algebra" [lib] name = "single_algebra" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.87" [dependencies.env_logger] version = "0.11.5" [dependencies.faer] version = "0.19.3" optional = true [dependencies.faer-ext] version = "0.2.0" features = ["ndarray"] optional = true [dependencies.log] version = "0.4.22" [dependencies.nalgebra] version = "0.30.1" features = ["serde-serialize"] optional = true [dependencies.nalgebra-lapack] version = "0.21.0" optional = true default-features = false [dependencies.nalgebra-sparse] version = "0.9.0" [dependencies.ndarray] version = "0.15.6" features = ["rayon"] [dependencies.nshare] version = "0.9.0" features = [ "ndarray", "nalgebra", ] [dependencies.num-traits] version = "0.2.19" [dependencies.rayon] version = "1.10.0" [dependencies.simba] version = "0.9.0" optional = true [dependencies.smartcore] version = "0.3.2" features = ["ndarray-bindings"] optional = true [dev-dependencies.approx] version = "0.5.1" [features] faer = [ "dep:faer", "dep:faer-ext", ] lapack = [ "dep:nalgebra-lapack", "nalgebra-lapack/openblas", "dep:nalgebra", ] nalgebra = ["dep:nalgebra"] simba = ["dep:simba"] smartcore = ["dep:smartcore"]