phf_generator 0.14.0

PHF generation logic
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.85"
name = "phf_generator"
version = "0.14.0"
authors = ["Steven Fackler <sfackler@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PHF generation logic"
readme = "README.md"
categories = ["data-structures"]
license = "MIT"
repository = "https://github.com/rust-phf/rust-phf"
resolver = "1"

[features]
ptrhash = ["phf_shared/ptrhash"]

[lib]
name = "phf_generator"
path = "src/lib.rs"

[[bin]]
name = "gen_hash_test"
path = "src/bin/gen_hash_test.rs"

[[bench]]
name = "benches"
path = "benches/benches.rs"
harness = false

[dependencies.fastrand]
version = "2.1.0"
default-features = false

[dependencies.phf_shared]
version = "^0.14.0"
default-features = false

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