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