modmath 0.4.1

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.4.1"
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"

[package.metadata.docs.rs]
features = ["zeroize"]

[features]
basic = []
constrained = []
default = []
nightly = [
    "dep:c0nst",
    "c0nst/nightly",
    "const-num-traits/nightly",
]
strict = []
zeroize = ["dep:zeroize"]

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

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

[dependencies.const-num-traits]
version = "0.1.1"
features = ["ct"]
default-features = false

[dependencies.modmath-cios]
version = "0.1"

[dependencies.subtle]
version = "2.6"
default-features = false

[dependencies.zeroize]
version = "1"
optional = true
default-features = false

[dev-dependencies.fixed-bigint]
version = "0.4"
features = ["cios"]
default-features = false

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