[package]
edition = "2021"
name = "aeon-tensor"
version = "0.3.3"
authors = ["Sylvia Mesicek <sylvia.mesicek@gmail.com>"]
build = false
include = [
"../../LICENSE-APACHE",
"../../LICENSE-MIT",
"**/*.rs",
"Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Helper package for working with tensor-based PDEs in aeon-tk binaries"
homepage = "https://github.com/sylviamesicek/aeon"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/sylviamesicek/aeon"
[lib]
name = "aeon_tensor"
path = "src/lib.rs"
[dependencies.aeon-macros]
version = "0.3.3"
[dependencies.paste]
version = "1.0.15"