[package]
name = "phf_macros"
authors = ["Steven Fackler <sfackler@gmail.com>"]
version = "0.7.3"
license = "MIT"
description = "Compiler plugin for perfect hash function data structures"
repository = "https://github.com/sfackler/rust-phf"
documentation = "https://sfackler.github.io/rust-phf/doc/phf_macros"
[lib]
name = "phf_macros"
path = "src/lib.rs"
plugin = true
test = false
[features]
stats = ["time"]
[dependencies.phf_generator]
path = "../phf_generator"
version = "=0.7.3"
[dependencies.phf_shared]
path = "../phf_shared"
version = "=0.7.3"
[dependencies.time]
version = "0.1"
optional = true
[dev-dependencies.phf]
path = "../phf"
version = "=0.7.3"