# 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 = "2021" name = "einsum" version = "0.1.0" authors = [ "Serena Lynas", "Kyle White", ] description = "A Rust implementation of `numpy`'s Einstein summation convention for the `ndarray` crate with compile-time path optimization." readme = "README.md" license = "ISC" repository = "https://github.com/Case-Rocket-Team/einsum" [lib] [dependencies.einsum_impl] version = "0.1.1" [dependencies.ndarray] version = "0.15.6" [dependencies.num-traits] version = "0.2.18" [dependencies.rust-numpy] version = "0.1.0"