[package]
edition = "2021"
name = "tenferro-tensor-core"
version = "0.2.0"
authors = [
"Hiroshi Shinaoka <h.shinaoka@gmail.com>",
"GiggleLiu <cacate0129@gmail.com>",
"Satoshi Terasaki <https://github.com/terasakisatoshi>",
]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Host-only tensor data model, dtype tags, scalar trait, and metadata-only views for tenferro."
homepage = "https://tensor4all.org/tenferro-rs/"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/tensor4all/tenferro-rs"
[lib]
name = "tenferro_tensor_core"
path = "src/lib.rs"
[[test]]
name = "core"
path = "tests/core.rs"
[dependencies.num-complex]
version = "0.4"
[dependencies.smallvec]
version = "1"
[dependencies.thiserror]
version = "2"