tensorism 0.4.0

A library for easy tensor manipulation on top of ndarray.
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "tensorism"
version = "0.4.0"
authors = ["Eddy Cizeron <eddy.cizeron@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for easy tensor manipulation on top of ndarray."
readme = "README.md"
keywords = [
    "tensor",
    "macro",
]
license = "MIT"
repository = "https://github.com/contactomorph/tensorism"

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

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

[[bench]]
name = "conditional_expr"
path = "benches/conditional_expr.rs"
harness = false

[[bench]]
name = "double_contraction"
path = "benches/double_contraction.rs"
harness = false

[[bench]]
name = "mixed_array"
path = "benches/mixed_array.rs"
harness = false

[[bench]]
name = "set_belonging"
path = "benches/set_belonging.rs"
harness = false

[dependencies.ndarray]
version = "0.17.2"

[dependencies.rand]
version = "0.9.2"

[dependencies.tensorism-gen]
version = "0.2.0"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.num-traits]
version = "0.2.19"