[package] name = "red_primality" version = "0.2.0" authors = ["Ken Bateman "] edition = "2018" description = "red_primality provides zero-setup primality testing and factoring for all u64" license = "LGPL-3.0" repository = "https://github.com/NovaDenizen/red_primality.git" documentation = "https://docs.rs/red_primality" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] num = "0.2.0" [dev-dependencies] primal = "0.2.3" rust-gmp = "0.5.0"