[[bin]]
name = "primeshor"
path = "src/main.rs"
[dependencies.num-bigint]
version = "0.4"
[dependencies.num-traits]
version = "0.2"
[lib]
path = "src/lib.rs"
[package]
authors = ["Bader alotaibi baderalotaibi3@gmail.com"]
categories = ["algorithms", "mathematics", "science", "cryptography"]
description = "A Rust project to explore prime numbers and factorization"
documentation = "https://docs.rs/primeshor"
edition = "2021"
keywords = ["prime", "mathematics", "number-theory", "algorithms"]
license = "MIT"
name = "primeshor"
readme = "README.md"
repository = "https://github.com/BDR-Pro/PrimeShorRustPackage"
version = "0.2.0"