[dependencies.rand]
version = "0.9.2"
[dependencies.thiserror]
version = "2.0.12"
[[example]]
name = "xor"
path = "examples/xor.rs"
[lib]
name = "neurox"
path = "src/lib.rs"
[package]
authors = ["Yuvraj Biswal <yuvrajbiswalofficial@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["mathematics", "algorithms", "data-structures", "science"]
description = "A Rust crate providing core building blocks for numerical computing and machine learning, including tensor operations, model abstractions, and future GPU acceleration support."
edition = "2024"
homepage = "https://github.com/Yuvraj-cyborg/neurox"
keywords = ["machine-learning", "neural-network", "tensor", "deep-learning", "numerical-computing"]
license = "MIT"
name = "neurox"
readme = "README.md"
repository = "https://github.com/Yuvraj-cyborg/neurox"
version = "0.2.0"
[[test]]
name = "basic_test"
path = "tests/basic_test.rs"