nalgebra 0.13.0

Linear algebra library with transformations and statically-sized or dynamically-sized matrices.
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 = "nalgebra"
version = "0.13.0"
authors = ["Sébastien Crozet <developer@crozet.re>"]
description = "Linear algebra library with transformations and statically-sized or dynamically-sized matrices."
homepage = "http://nalgebra.org"
documentation = "http://nalgebra.org/rustdoc/nalgebra/index.html"
readme = "README.md"
keywords = ["linear", "algebra", "matrix", "vector"]
license = "BSD-3-Clause"
repository = "https://github.com/sebcrozet/nalgebra"

[lib]
name = "nalgebra"
path = "src/lib.rs"
[dependencies.serde]
version = "1.0"
optional = true

[dependencies.rand]
version = "0.3"

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

[dependencies.approx]
version = "0.1"

[dependencies.matrixmultiply]
version = "0.1"

[dependencies.alga]
version = "0.5"

[dependencies.quickcheck]
version = "0.4"
optional = true

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

[dependencies.num-traits]
version = "0.1"

[dependencies.generic-array]
version = "0.8"

[dependencies.abomonation]
version = "0.4"
optional = true

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

[features]
abomonation-serialize = ["abomonation"]
debug = []
arbitrary = ["quickcheck"]
serde-serialize = ["serde", "serde_derive", "num-complex/serde"]