sprs 0.6.2

A sparse matrix library
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "sprs"
version = "0.6.2"
authors = ["Vincent Barrielle <vincent.barrielle@m4x.org>"]
exclude = ["data/*"]
description = "A sparse matrix library"
documentation = "https://docs.rs/sprs"
readme = "README.rst"
keywords = ["sparse", "matrix", "linear", "algebra"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/vbarrielle/sprs"

[[bench]]
name = "suite"
harness = false

[[bench]]
name = "sparse_dense_products"
harness = false
[dependencies.alga]
version = "0.5"
optional = true

[dependencies.ndarray]
version = "0.10.0"

[dependencies.num-complex]
version = "0.1.36"

[dependencies.num-traits]
version = "0.1.32"
[dev-dependencies.bencher]
version = "0.1"

[dev-dependencies.tempdir]
version = "0.3.5"

[features]
default = ["alga"]