[dependencies.phf_macros]
optional = true
version = "0.9.0"
[dependencies.phf_shared]
default-features = false
version = "0.9.0"
[dependencies.proc-macro-hack]
optional = true
version = "0.5.4"
[features]
default = ["std"]
macros = ["phf_macros", "proc-macro-hack"]
std = ["phf_shared/std"]
uncased = ["phf_shared/uncased"]
unicase = ["phf_shared/unicase"]
[lib]
name = "phf"
path = "src/lib.rs"
test = false
[package]
authors = ["Steven Fackler <sfackler@gmail.com>"]
description = "Runtime support for perfect hash function data structures"
edition = "2018"
license = "MIT"
name = "phf"
readme = "../README.md"
repository = "https://github.com/sfackler/rust-phf"
version = "0.9.0"
[package.metadata.docs.rs]
features = ["macros"]