modmath 0.4.1

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.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffb81ff665ba8a7794e84d8d040e75e68bb7f1be3a072ebf9ef482f05abaae49"
dependencies = [
 "c0nst",
 "subtle",
]

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

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

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

[[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"