[dependencies.itertools]
version = "0.14.0"
[dependencies.katexit]
version = "0.1.5"
[dependencies.malachite]
version = "0.6.1"
[dependencies.num-traits]
version = "0.2.19"
[dependencies.rand]
version = "0.9.2"
[dev-dependencies.assert_float_eq]
version = "1.1.4"
[lib]
name = "pmath"
path = "src/lib.rs"
[package]
authors = ["Antonio Mamić <antoniomamic007@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "mathematics", "wasm"]
description = "A general-purpose mathematics crate for Rust"
edition = "2024"
keywords = ["algorithms", "mathematics", "wasm", "math"]
license = "MIT"
name = "pmath"
readme = "README.md"
repository = "https://github.com/amamic1803/peuler-rs/tree/main/pmath"
version = "0.1.0"
[target.wasm32-unknown-unknown.dependencies.getrandom]
features = ["wasm_js"]
version = "0.3.3"