[package] name = "phf_builder" version = "0.7.25" authors = ["Steven Fackler "] license = "MIT" description = "DEPRECATED: removed in 0.8.0. Runtime creation of perfect hash function data structures" repository = "https://github.com/sfackler/rust-phf" [dependencies] phf = { version = "0.7.24", path = "../phf" } phf_generator = { version = "0.7.24", path = "../phf_generator" }