# 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 = "sparse_complex" version = "0.1.4" authors = ["Felipe M. dos S. Monteiro"] description = "A simple solver for complex sparse matrices." readme = "README.md" keywords = [ "linear-algebra", "sparse", "complex", "algebra", "matrix", ] categories = [ "data-structures", "mathematics", "science", ] license = "MIT" repository = "https://github.com/felipemarkson/sparse_complex" resolver = "2" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "katex.html", ] features = ["openssl"] [dependencies.approx] version = "0.5" [dependencies.num] version = "0.4.0" [dependencies.num-traits] version = "0.2" default-features = false [build-dependencies.cc] version = "1" [build-dependencies.curl] version = "0.4" [build-dependencies.flate2] version = "1.0" [build-dependencies.libc] version = "0.2.0" [build-dependencies.openssl] version = "0.10" features = ["vendored"] optional = true [build-dependencies.tar] version = "0.4"