# 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] name = "is_prime" version = "2.0.9" authors = ["Alfie John "] description = "Fast arbitrary length prime number checker using the Miller-Rabin primality test algorithm" homepage = "https://crates.io/crates/is_prime" documentation = "https://docs.rs/is_prime/" readme = "README.md" license = "GPL-3.0/GFDL-1.3" repository = "https://github.com/alfiedotwtf/is_prime" [dependencies.num-bigint] version = "0.4" [dependencies.num-traits] version = "0.2"