[dependencies.binout]
version = "0.2"
[dependencies.bitm]
version = "0.2"
[dependencies.dyn_size_of]
version = "0.4"
[dependencies.fnv]
optional = true
version = "1"
[dependencies.rayon]
version = "1.5"
[dependencies.wyhash]
optional = true
version = "0.5"
[features]
default = ["wyhash"]
sip13 = []
[package]
authors = ["Piotr Beling <piotr.beling@wmii.uni.lodz.pl>"]
categories = ["data-structures", "algorithms", "compression", "science"]
description = "The library of data structures based on perfect hashing."
documentation = "https://docs.rs/ph"
edition = "2021"
include = ["**/*.rs", "Cargo.toml", "README.md"]
keywords = ["perfect", "hashing", "mphf", "map", "dictionary"]
license = "MIT OR Apache-2.0"
name = "ph"
readme = "README.md"
repository = "https://github.com/beling/bsuccinct-rs"
resolver = "1"
version = "0.7.3"