[dependencies]
[lib]
name = "math_library"
path = "src/lib.rs"
[package]
authors = ["bunicutapescari69 <vmihaelamariana@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["mathematics"]
description = "A math library"
documentation = "https://docs.rs/math_library"
edition = "2024"
exclude = ["target/*"]
keywords = ["math", "arithmetic"]
license = "Unlicense"
name = "math_library"
readme = false
repository = "https://github.com/SDEdward/math_library"
version = "1.2.1"
[profile.dev]
incremental = false
[profile.release]
incremental = false