hashify 0.2.1

Fast perfect hashing without dependencies
Documentation
[[bench]]
harness = false
name = "phf_bench"
path = "benches/phf_bench.rs"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full"]
version = "2.0"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.phf]
features = ["macros"]
version = "0.11.3"

[lib]
doctest = false
name = "hashify"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["Stalwart Labs <hello@stalw.art>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "no-std"]
description = "Fast perfect hashing without dependencies"
edition = "2021"
homepage = "https://github.com/stalwartlabs/hashify"
keywords = ["hash", "perfect", "minimal"]
license = "Apache-2.0 OR MIT"
name = "hashify"
readme = "README.md"
repository = "https://github.com/stalwartlabs/hashify"
resolver = "2"
version = "0.2.1"

[[test]]
name = "test"
path = "tests/test.rs"