ndarray_einsum_beta 0.4.2

Implementation of the einsum function for the Rust ndarray crate. As popularized in numpy, einsum (Einstein summation) implements general multidimensional tensor contraction. Many linear algebra operations and generalizations of those operations can be expressed as special cases of tensor contraction.
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]
edition = "2018"
name = "ndarray_einsum_beta"
version = "0.4.2"
authors = ["oracleofnj <jared.samet@aya.yale.edu>"]
description = "Implementation of the einsum function for the Rust ndarray crate. As popularized in numpy, einsum (Einstein summation) implements general multidimensional tensor contraction. Many linear algebra operations and generalizations of those operations can be expressed as special cases of tensor contraction."
keywords = ["einsum", "einstein-summation", "tensor", "contraction", "ndarray"]
categories = ["science"]
license = "Apache-2.0"
repository = "https://github.com/oracleofnj/einsum"
[package.metadata.docs.rs]
rustdoc-args = ["--document-private-items"]
[profile.release]
lto = true
debug = true
[dependencies.lazy_static]
version = "1"

[dependencies.ndarray]
version = "0.12.1"

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

[dependencies.regex]
version = "1"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true
[dev-dependencies.ndarray-rand]
version = "0.9.0"

[dev-dependencies.rand]
version = "0.6"