[dependencies.itertools]
version = "0.4"
[dependencies.num]
default-features = false
features = ["complex"]
version = "0.1"
[dependencies.rustc-serialize]
optional = true
version = "0.3"
[dependencies.serde]
optional = true
version = "0.4"
[features]
assign_ops = []
[lib]
name = "ndarray"
[package]
authors = ["bluss"]
description = "An N-dimensional array for elements of arbitrary type. Lightweight array views and slicing. The Array is copy-on-write and similar to numpy’s ndarray."
documentation = "http://bluss.github.io/rust-ndarray/"
keywords = ["array", "data-structure", "n-dimensional", "matrix"]
license = "MIT/Apache-2.0"
name = "rendarray"
repository = "https://github.com/bluss/rust-ndarray"
version = "0.1.1"