[package] name = "prim" version = "0.1.5" edition = "2018" license = "MIT" description = "Simple crate to find prime numbers." keywords = ["primes", "prime", "numbers", "math", "number-theory"] homepage = "https://crates.io/crates/prim" documentation = "https://docs.rs/prim/0.1.5/prim/" repository = "https://github.com/FricknHackxr/prim" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] integer-sqrt = "0.1.5"