[dependencies.siphasher]
version = "0.3"
[dependencies.uncased]
default-features = false
optional = true
version = "0.9.6"
[dependencies.unicase]
optional = true
version = "2.4.0"
[features]
default = ["std"]
std = []
[lib]
name = "phf_shared"
path = "src/lib.rs"
test = false
[package]
authors = ["Steven Fackler <sfackler@gmail.com>"]
description = "Support code shared by PHF libraries"
edition = "2018"
license = "MIT"
name = "phf_shared"
repository = "https://github.com/sfackler/rust-phf"
version = "0.9.0"