[package]
edition = "2021"
name = "mathrc"
version = "0.2.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust Mathematics Library"
homepage = "https://mathrc.onsaenaro.site"
readme = "README.md"
keywords = [
"math",
"mathematics",
]
license = "GPL-3.0"
repository = "https://github.com/as7ar/mathrc"
[lib]
name = "mathrc"
path = "src/lib.rs"
[dependencies.num-bigint]
version = "0.4.6"
[dependencies.num-traits]
version = "0.2.19"