# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ramp-primes" version = "0.4.1" authors = ["0xSilene <51803887+0xSilene@users.noreply.github.com>", "AtropineTears"] description = "A Rust Library For Generating Large Prime and Composite Numbers using ramp with a simplistic interface." homepage = "https://github.com/0xSilene/ramp-primes" readme = "README.md" keywords = ["random", "primes", "ramp", "num", "math"] categories = ["cryptography", "science", "algorithms"] license = "MIT OR Apache-2.0" repository = "https://github.com/0xSilene/ramp-primes" [dependencies.ramp] version = "0.5.7" [dependencies.rand] version = "0.5.0" [badges.travis-ci] branch = "master" repository = "0xSilene/ramp-primes"