modmath 0.1.5

Modular math implemented with traits.
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 = "modmath"
version = "0.1.5"
authors = ["kaidokert <kaidokert@gmail.com>"]
build = false
exclude = ["/.github/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Modular math implemented with traits.
"""
readme = "README.md"
keywords = [
    "numerics",
    "bignum",
]
license = "Apache-2.0"
repository = "https://github.com/kaidokert/modmath-rs"
resolver = "2"

[features]
basic = []
constrained = []
default = []
nightly = [
    "dep:c0nst",
    "c0nst/nightly",
    "dep:fixed-bigint",
    "fixed-bigint/nightly",
]
num-integer = ["dep:num-integer"]
strict = []
wide-mul = ["dep:fixed-bigint"]

[lib]
name = "modmath"
path = "src/lib.rs"

[dependencies.c0nst]
version = "0.2"
optional = true

[dependencies.fixed-bigint]
version = "0.2.5"
optional = true
default-features = false

[dependencies.num-integer]
version = "0.1"
optional = true
default-features = false

[dependencies.num-traits]
version = "0.2"
default-features = false

[dev-dependencies.bnum]
version = "0.12"
features = ["numtraits"]

[dev-dependencies.crypto-bigint]
version = "0.6"

[dev-dependencies.fixed-bigint]
version = "0.2.5"

[dev-dependencies.ibig]
version = "0.3"

[dev-dependencies.num-bigint]
version = "0.4"
package = "num-bigint"

[dev-dependencies.paste]
version = "1"