[dependencies.num-bigint]
features = ["rand"]
version = "0.4.4"
[dependencies.num-integer]
version = "0.1.46"
[dependencies.num-traits]
version = "0.2.19"
[dependencies.rand]
version = "0.8.5"
[lib]
name = "nums"
path = "src/lib.rs"
[package]
authors = ["Daniel Lubarov <daniel@lubarov.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["mathematics", "no-std"]
description = "Number theoretic functions, such as primality testing and factorization, for BigUints"
edition = "2021"
keywords = ["bigint", "prime", "factor"]
license = "MIT OR Apache-2.0"
name = "nums"
readme = "README.md"
repository = "https://github.com/0xPolygonZero/nums/"
version = "0.1.0"