tenferro-tensor 0.3.0

Dense runtime tensors, views, backend traits, and backend-independent contracts for tenferro.
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 = "2021"
rust-version = "1.96"
name = "tenferro-tensor"
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 = "Dense runtime tensors, views, backend traits, and backend-independent contracts for tenferro."
homepage = "https://tensor4all.org/tenferro-rs/"
documentation = "https://docs.rs/tenferro-tensor"
readme = "README.md"
keywords = [
    "tensor",
    "numerical",
    "array",
]
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

[features]
default = []

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.num-complex]
version = "0.4"

[dependencies.num-traits]
version = "0.2"

[dependencies.smallvec]
version = "1"

[dependencies.strided-kernel]
version = "0.4.0"
features = ["parallel"]

[dependencies.tenferro-core-ops]
version = "0.3.0"

[dependencies.tenferro-tensor-core]
version = "0.3.0"

[dependencies.thiserror]
version = "2"

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

[dev-dependencies.trybuild]
version = "1"