nalgebra-sparse 0.12.0

Sparse matrix computation based on nalgebra.
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 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 = "2024"
name = "nalgebra-sparse"
version = "0.12.0"
authors = [
    "Andreas Longva",
    "Sébastien Crozet <developer@crozet.re>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sparse matrix computation based on nalgebra."
homepage = "https://nalgebra.rs"
documentation = "https://www.nalgebra.rs/docs"
readme = "README.md"
keywords = [
    "linear",
    "algebra",
    "matrix",
    "vector",
    "math",
]
categories = [
    "science",
    "mathematics",
    "wasm",
    "no-std",
]
license = "Apache-2.0"
repository = "https://github.com/dimforge/nalgebra"
resolver = "2"

[package.metadata.docs.rs]
features = [
    "proptest-support",
    "compare",
    "io",
]

[features]
compare = ["matrixcompare-core"]
io = [
    "pest",
    "pest_derive",
]
proptest-support = [
    "proptest",
    "nalgebra/proptest-support",
]
serde-serialize = ["serde/std"]
slow-tests = []

[lib]
name = "nalgebra_sparse"
path = "src/lib.rs"

[[test]]
name = "serde"
path = "tests/serde.rs"

[[test]]
name = "unit"
path = "tests/unit.rs"

[dependencies.matrixcompare-core]
version = "0.1.0"
optional = true

[dependencies.nalgebra]
version = "0.35"

[dependencies.num-traits]
version = "0.2"
default-features = false

[dependencies.pest]
version = "2"
optional = true

[dependencies.pest_derive]
version = "2"
optional = true

[dependencies.proptest]
version = "1.0"
optional = true

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true
default-features = false

[dev-dependencies.itertools]
version = "0.13"

[dev-dependencies.matrixcompare]
version = "0.3.0"
features = ["proptest-support"]

[dev-dependencies.nalgebra]
version = "0.35"
features = ["compare"]

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.tempfile]
version = "3.3"