blob: 35b2f3c0e435298bca0a3c26cbb55d2d3fe9c1aa [file] [log] [blame]
[package]
name = "rulinalg"
version = "0.4.2"
authors = ["AtheMathmo"]
categories = ["science"]
description = "A linear algebra library."
repository = "https://github.com/AtheMathmo/rulinalg"
documentation = "https://AtheMathmo.github.io/rulinalg/"
keywords = ["linalg","linear","algebra","linear-algebra","matrix"]
readme = "README.md"
license = "MIT"
[features]
io = ["csv", "rustc-serialize"]
[dependencies]
num = {path = "../num", default-features = false }
rustc-serialize = { path = "../rustc-serialize", optional = true }
csv = { path = "../rust-csv", optional = true}
matrixmultiply = { path = "../matrixmultiply" }
sgx_tstd = { path = "../../sgx_tstd" }
[dev-dependencies]
rand = "0.3"
quickcheck = "0.4"
itertools = "0.5.9"