yscv-tensor 0.1.0

SIMD-accelerated tensor library with f32/f16/bf16 support and 80+ operations
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 = "2024"
rust-version = "1.92"
name = "yscv-tensor"
version = "0.1.0"
authors = ["yscv contributors"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SIMD-accelerated tensor library with f32/f16/bf16 support and 80+ operations"
readme = false
keywords = [
    "tensor",
    "simd",
    "deep-learning",
    "image-processing",
    "neon",
]
categories = [
    "computer-vision",
    "science",
    "algorithms",
    "multimedia",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/nickstienz/yscv"
resolver = "2"

[features]
armpl = []
mkl = []

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

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

[dependencies.rayon]
version = "1.11"

[dependencies.thiserror]
version = "2"

[dev-dependencies.criterion]
version = "0.5"
features = ["cargo_bench_support"]
default-features = false

[lints.clippy]
if_same_then_else = "allow"
large_enum_variant = "allow"
needless_range_loop = "allow"
new_without_default = "allow"
should_implement_trait = "allow"
too_many_arguments = "allow"
type_complexity = "allow"

[lints.rust]
unsafe_code = "deny"