[package]
edition = "2024"
name = "h_math"
version = "1.5.0"
authors = ["Henry Lier <henryaksellier@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library for simple and advanced mathematical computations."
readme = "README.md"
keywords = [
"mathematics",
"science",
"linear-algebra",
]
categories = [
"mathematics",
"science",
]
license = "MIT"
repository = "https://github.com/HK7Harr/h_math"
[lib]
name = "h_math"
path = "src/lib.rs"
[dependencies]