[[bench]]
harness = false
name = "bench"
[dependencies.primal-bit]
version = "0.3"
[dependencies.primal-estimate]
version = "0.3"
[dependencies.smallvec]
version = "1"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.3.4"
[dev-dependencies.primal]
version = "0.3"
[dev-dependencies.primal-slowsieve]
version = "0.3"
[features]
safe = []
slow_tests = []
unstable = []
[package]
authors = ["Huon Wilson <dbau.pp@gmail.com>"]
description = """
A high performance prime sieve.
"""
documentation = "https://docs.rs/primal-sieve/"
edition = "2018"
homepage = "https://github.com/huonw/primal"
keywords = ["math", "mathematics", "primes", "number-theory"]
license = "MIT OR Apache-2.0"
name = "primal-sieve"
repository = "https://github.com/huonw/primal"
version = "0.3.7"