# 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 = "2021" rust-version = "1.74" name = "rug-miller-rabin" version = "0.1.0" authors = ["Denis Morel"] description = "A multi-threaded, arbitrary precision implementation of the Miller-Rabin primality test using rug (GMP)." readme = "README.md" keywords = [ "gmp", "math", "prime", "miller", "rabin", ] categories = [ "cryptography", "mathematics", ] license = "LGPL-3.0+" repository = "https://github.com/de-mo/rug-miller-rabin" [dependencies.rand] version = "0.8" [dependencies.rayon] version = "1.9" optional = true [dependencies.rug] version = "1.24" features = [ "integer", "std", "rand", ] default-features = false [dev-dependencies.miller_rabin] version = "1" [dev-dependencies.num-bigint] version = "0.4" [dev-dependencies.num-traits] version = "0.2" [features] default = ["rayon"]