# 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 = "faer_gmres" version = "0.0.5" build = false exclude = [ ".github/", "examples/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "GMRES implementation using faer" homepage = "https://github.com/wgurecky/faer-gmres" readme = "readme.md" keywords = [ "faer", "math", "gmres", "sparse", ] license = "MIT" repository = "https://github.com/wgurecky/faer-gmres" [lib] name = "faer_gmres" path = "src/lib.rs" [dependencies.assert_approx_eq] version = "1.1.0" [dependencies.faer] version = "0.19.1" features = ["unstable"] [dependencies.num-traits] version = "0.2.18" [dependencies.reborrow] version = "0.5.5"