[package] name = "Gen_Prime" version = "1.1.9" authors = ["manupp "] description = "A way to transform a hash to a prime number" license = "AFL-1.1" keywords = ["hash", "prime", "number"] repository = "https://github.com/manupp94/Gen_Prime" [lib] name = "primes" path = "src/primes.rs" [dependencies] rand = "0.4.0" bigint = "4"