# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "num-primes" version = "0.3.0" authors = ["AtropineTears"] description = "A Rust Library For Generating Large Prime and Composite Numbers using num with a simplistic interface." homepage = "https://github.com/AtropineTears/num-primes" readme = "README.md" keywords = ["random", "primes", "bigint", "num", "math"] categories = ["cryptography", "science", "algorithms"] license = "Apache-2.0 OR MIT" repository = "https://github.com/AtropineTears/num-primes" [dependencies.log] version = "0.4.14" [dependencies.num] version = "0.4.0" default-features = false [dependencies.num-bigint] version = "0.2.6" features = ["rand"] [dependencies.num-traits] version = "0.2.11" [dependencies.rand] version = "0.5.6" [badges.travis-ci] branch = "master" repository = "AtropineTears/num-primes"