[package] name = "ramp-primes" version = "0.4.1" authors = ["0xSilene <51803887+0xSilene@users.noreply.github.com>","AtropineTears"] edition = "2018" description = "A Rust Library For Generating Large Prime and Composite Numbers using ramp with a simplistic interface." keywords = ["random","primes","ramp","num","math"] homepage = "https://github.com/0xSilene/ramp-primes" repository = "https://github.com/0xSilene/ramp-primes" categories = ["cryptography", "science","algorithms"] readme = "README.md" license = "MIT OR Apache-2.0" [badges] travis-ci = { repository = "0xSilene/ramp-primes", branch = "master" } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.5.0" ramp = "0.5.7"