Cargo Features

nalgebra-sparse has no features set by default.

[dependencies]
nalgebra-sparse = { version = "0.9.0", features = ["proptest-support", "compare", "serde-serialize", "io", "slow-tests"] }
proptest-support = proptest

Enables proptest-support of nalgebra

Affects nalgebra-sparse::proptest

compare = matrixcompare-core
serde-serialize

Enables std of serde

serde:

Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library.

io = pest, pest_derive

Enable matrix market I/O

Affects nalgebra-sparse::io

slow-tests

Enable to enable running some tests that take a lot of time to run

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

matrixcompare-core compare?
pest io?
pest_derive io?
serde serde-serialize?
proptest proptest-support?