ndarray 0.10.14

An n-dimensional array for general elements and for numerics. Lightweight array views and slicing; views support chunking and splitting.
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 = "ndarray"
version = "0.10.14"
authors = ["bluss"]
build = "build.rs"
exclude = ["docgen/images/*"]
description = "An n-dimensional array for general elements and for numerics. Lightweight array views and slicing; views support chunking and splitting."
documentation = "https://docs.rs/ndarray/"
readme = "README-crates.io.md"
keywords = ["array", "data-structure", "multidimensional", "matrix", "blas"]
categories = ["data-structures", "science"]
license = "MIT/Apache-2.0"
repository = "https://github.com/bluss/rust-ndarray"
[package.metadata.docs.rs]
features = ["docs"]

[package.metadata.release]
no-dev-version = true
[profile.bench]
debug = true

[profile.release]

[lib]
name = "ndarray"
test = true
bench = false
[dependencies.blas-sys]
version = "0.6.5"
optional = true
default-features = false

[dependencies.itertools]
version = "0.7.0"
default-features = false

[dependencies.matrixmultiply]
version = "0.1.13"

[dependencies.num-complex]
version = "0.1.32"
default-features = false

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

[dependencies.rustc-serialize]
version = "0.3.20"
optional = true

[dependencies.serde]
version = "1.0"
optional = true
[dev-dependencies.defmac]
version = "0.1"

[dev-dependencies.rawpointer]
version = "0.1"

[features]
blas = ["blas-sys"]
blas-openblas-sys = ["blas"]
docs = ["rustc-serialize", "serde-1"]
serde-1 = ["serde"]
test = ["blas-openblas-sys"]