[dependencies.comfy-table]
version = "7.1"
[dependencies.num-traits]
version = "0.2"
[[example]]
name = "example"
path = "examples/example.rs"
[lib]
name = "math_ops"
path = "src/lib.rs"
[package]
authors = ["Anand Aiyer <aaiyer@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Mathematical and statistical operations on vectors"
edition = "2021"
keywords = ["math", "statistics", "vector", "operations", "numeric"]
license = "MIT"
name = "math-ops"
readme = "README.md"
version = "1.0.0"