[package] name = "cmph-sys" version = "0.1.0" authors = ["Piotr Beling "] edition = "2021" description = "Low-level bindings for CMPH (C Minimal Perfect Hashing Library)" license = "LGPL-2.0 OR MPL-1.1" readme = "README.md" keywords = ["hashing", "hash", "minimal", "perfect"] categories = ["external-ffi-bindings", "data-structures", "compression"] repository = "https://github.com/beling/cmph-sys" [build-dependencies] bindgen = "0.59"