[package]
name = "sparse_complex"
version = "0.1.3"
authors = ["Felipe M. dos S. Monteiro"]
edition = "2021"
license = "MIT"
description = "A simple solver for complex sparse matrices."
repository = "https://github.com/felipemarkson/sparse_complex"
readme = "README.md"
categories = ["data-structures", "mathematics", "science"]
keywords = ["linear-algebra", "sparse", "complex", "algebra", "matrix"]
[dependencies]
approx = "0.5"
num ="0.4.0"
[build-dependencies]
reqwest = { version = "0.11", features = ["json"] }
tokio = { version = "1", features = ["full"] }
flate2 = "1.0"
tar = "0.4"
libc = "0.2.0"
cc ="1"
[dependencies.num-traits]
version = "0.2"
default-features = false
[package.metadata.docs.rs]
rustdoc-args = [
"--html-in-header",
".cargo/registry/src/github.com-1ecc6299db9ec823/katex-doc-0.1.0/katex.html",
]