[package] name = "phf_codegen" authors = ["Steven Fackler "] version = "0.11.3" license = "MIT" description = "Codegen library for PHF types" repository = "https://github.com/rust-phf/rust-phf" edition = "2021" readme = "../README.md" rust-version = "1.61" categories = ["data-structures"] [dependencies] phf_generator = "0.11.0" phf_shared = "0.11.0"