boomphf 0.6.0

Scalable and Efficient Minimal Perfect Hash Functions
Documentation
[[bench]]
harness = false
name = "build"
[dependencies.crossbeam-utils]
optional = true
version = ">=0.7.2, <0.9"

[dependencies.log]
version = "0.4.*"

[dependencies.rayon]
optional = true
version = ">=1.0"

[dependencies.serde]
features = ["derive"]
optional = true
version = ">=1.0"

[dependencies.wyhash]
version = ">=0.3, <=0.5"
[dev-dependencies.bencher]
version = ">=0.1"

[dev-dependencies.quickcheck]
version = "1.0.2"

[features]
default = ["parallel"]
parallel = ["rayon", "crossbeam-utils"]

[package]
authors = ["Patrick Marks <pmarks@gmail.com>"]
description = "Scalable and Efficient Minimal Perfect Hash Functions"
documentation = "https://10xgenomics.github.io/rust-boomphf/master/boomphf/index.html"
edition = "2021"
homepage = "https://github.com/10XGenomics/rust-boomphf"
include = ["src/**/*", "benches/*", "LICENSE", "README.md"]
keywords = ["hashing", "minimal", "perfect"]
license = "MIT"
name = "boomphf"
readme = "README.md"
repository = "https://github.com/10XGenomics/rust-boomphf"
version = "0.6.0"