[dependencies.rand]
version = "0.8"
[dependencies.rayon]
version = "1.10.0"
[dependencies.serde]
features = ["derive"]
version = "1.0.210"
[dependencies.serde_json]
version = "1.0.128"
[lib]
name = "tensorrs"
path = "src/lib.rs"
[package]
authors = ["Anton Krop antonjobonly@gmail,com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Tensors is a lightweight machine learning library in Rust"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "tensorrs"
readme = "README.md"
repository = "https://github.com/GooseKIller/Tensors"
version = "0.2.1"
[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", "assets/katex.html"]