phf_codegen 0.14.0

Codegen library for PHF types
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_codegen"
version = "0.14.0"
authors = ["Steven Fackler <sfackler@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Codegen library for PHF types"
readme = "README.md"
categories = ["data-structures"]
license = "MIT"
repository = "https://github.com/rust-phf/rust-phf"
resolver = "1"

[features]
ptrhash = ["phf_generator/ptrhash"]
quote = [
    "dep:proc-macro2",
    "dep:quote",
]

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

[dependencies.phf_generator]
version = "0.14.0"

[dependencies.phf_shared]
version = "0.14.0"

[dependencies.proc-macro2]
version = "1"
optional = true

[dependencies.quote]
version = "1"
optional = true