[package]
edition = "2024"
name = "factorion-math"
version = "1.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The math (factorials and related functions) used by factorion"
readme = "README.md"
keywords = [
"factorial",
"termial",
"math",
]
categories = ["mathematics"]
license = "MIT"
repository = "https://github.com/tolik518/factorion-bot/"
[features]
serde = ["rug/serde"]
[lib]
name = "factorion_math"
path = "src/lib.rs"
[dependencies.gmp-mpfr-sys]
version = "=1.6.4"
[dependencies.rug]
version = "1.27.0"
features = [
"integer",
"float",
]
default-features = false