factorion-math 1.0.2

The math (factorials and related functions) used by factorion
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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