[dependencies.rand]
version = "0.9"
[[example]]
name = "demo"
path = "examples/demo.rs"
[lib]
name = "vectra"
path = "src/lib.rs"
[package]
authors = ["passchaos <greedwolf.dss@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["mathematics", "science"]
description = "A multi-dimensional array library for Rust, similar to NumPy"
edition = "2024"
keywords = ["array", "matrix", "numpy", "ndarray", "math"]
license = "MIT"
name = "vectra"
readme = "README.md"
repository = "https://github.com/passchaos/vectra"
version = "0.1.2"