[package] name = "libnzprimes" version = "1.0.0" edition = "2018" license = "AGPL-3.0-only" description = "Provide and maintain a list of prime numbers from 2 to what you need. Slow algorithm suited for the primes number below 1000000." authors = ["SYSAU LAB", "Sylvain Saucier"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]