ndarray-einsum 0.9.0

Implementation of the einsum function for the Rust ndarray crate. Fork of https://github.com/oracleofnj/einsum
Documentation
[[bench]]
name = "bench"
path = "benches/bench.rs"

[dependencies.hashbrown]
version = "0.16"

[dependencies.lazy_static]
version = "1"

[dependencies.ndarray]
features = ["approx"]
version = "0.17"

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

[dependencies.regex]
version = "1"

[dev-dependencies.approx]
version = "0.5"

[dev-dependencies.ndarray-rand]
version = "0.16.0"

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

[lib]
name = "ndarray_einsum"
path = "src/lib.rs"

[package]
authors = ["oracleofnj <jared.samet@aya.yale.edu>", "Matthew Treinish <mtreinish@kortar.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science"]
description = "Implementation of the einsum function for the Rust ndarray crate. Fork of https://github.com/oracleofnj/einsum"
edition = "2021"
keywords = ["einsum", "einstein-summation", "tensor", "contraction", "ndarray"]
license = "Apache-2.0"
name = "ndarray-einsum"
readme = "README.md"
repository = "https://github.com/mtreinish/ndarray-einsum"
rust-version = "1.65"
version = "0.9.0"

[package.metadata.docs.rs]
rustdoc-args = ["--document-private-items"]

[profile.release]
lto = true

[[test]]
name = "einsum_test"
path = "tests/einsum_test.rs"