[package]
name = "phf_shared"
authors = ["Steven Fackler <sfackler@gmail.com>"]
version = "0.2.0"
license = "MIT"
description = "Support code shared by phf and phf_mac"
[lib]
name = "phf_shared"
path = "src/lib.rs"
test = false
[dependencies]
xxhash = "*"