modmath 0.5.0

Modular math implemented with traits.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "c0nst"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "019024ed810d5466b603e9369a8f887ae1f0b87bb6b16d46995c062e34a5cfde"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "const-num-traits"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67a05b8e8a01c47f31a8683e7319a9867436b4c1e029b5b8e3130b3de627a792"
dependencies = [
 "c0nst",
 "subtle",
]

[[package]]
name = "fixed-bigint"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa9b421eb80eaae96aa6af7ce726cd000aff36a58acea0f15b2ea15de3e4e284"
dependencies = [
 "c0nst",
 "const-num-traits",
 "modmath-cios",
 "subtle",
]

[[package]]
name = "modmath"
version = "0.5.0"
dependencies = [
 "c0nst",
 "const-num-traits",
 "fixed-bigint",
 "modmath-cios",
 "paste",
 "subtle",
 "zeroize",
]

[[package]]
name = "modmath-cios"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c285792212b48f44630536f6fb4421e77dc3e035d8781a03c87cbbe22b9df395"

[[package]]
name = "paste"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"

[[package]]
name = "proc-macro2"
version = "1.0.106"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
dependencies = [
 "unicode-ident",
]

[[package]]
name = "subtle"
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"

[[package]]
name = "unicode-ident"
version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"

[[package]]
name = "zeroize"
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e"