ndarray-parallel 0.6.0

Parallelization for ndarray (using rayon).
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-parallel"
version = "0.6.0"
authors = ["bluss"]
description = "Parallelization for ndarray (using rayon)."
documentation = "https://docs.rs/ndarray-parallel/"
keywords = ["data-structure", "multidimensional", "parallel", "concurrent"]
categories = ["data-structures", "science", "concurrency"]
license = "MIT/Apache-2.0"
repository = "https://github.com/bluss/rust-ndarray"
[package.metadata.release]
no-dev-version = true
[dependencies.ndarray]
version = "0.10.0"

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

[dev-dependencies.num_cpus]
version = "1.2"