axonml-tensor 0.2.2

N-dimensional tensor operations for the Axonml ML framework
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.75"
name = "axonml-tensor"
version = "0.2.2"
authors = ["AutomataNexus Development Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "N-dimensional tensor operations for the Axonml ML framework"
readme = "README.md"
keywords = [
    "tensor",
    "ndarray",
    "machine-learning",
    "linear-algebra",
]
categories = [
    "science",
    "mathematics",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/automatanexus/axonml"

[features]
default = ["std"]
std = ["axonml-core/std"]

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

[dependencies.axonml-core]
version = "0.2.1"

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

[dependencies.rand]
version = "0.8"

[dependencies.rand_distr]
version = "0.4"

[dependencies.smallvec]
version = "1.13"

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