[package]
edition = "2021"
rust-version = "1.96"
name = "tenferro-tensor-core"
version = "0.3.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/"
documentation = "https://docs.rs/tenferro-tensor-core"
readme = "README.md"
keywords = [
"tensor",
"data-structures",
"numerical",
]
categories = [
"science",
"mathematics",
"data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tensor4all/tenferro-rs"
[package.metadata.docs.rs]
rustdoc-args = [
"--cfg",
"docsrs",
]
all-features = true
[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"