[package] name = "nt-primes" version = "0.1.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html authors = ["J.A Sory j_a_sory@protonmail.com"] description = "Recreational mathematics crate for various forms of primes." keywords = ["prime","primes", "primality"] homepage = "https://rust-cas.org" repository = "https://github.com/JASory/nt-primes" license = "MIT" categories = ["mathematics"] readme = "Readme.md" [dependencies] number-theory = "0.0.24"