phf_shared 0.10.0

Support code shared by PHF libraries
Documentation
[package]
name = "phf_shared"
authors = ["Steven Fackler <sfackler@gmail.com>"]
version = "0.10.0"
license = "MIT"
description = "Support code shared by PHF libraries"
repository = "https://github.com/sfackler/rust-phf"
edition = "2018"

[lib]
name = "phf_shared"
path = "src/lib.rs"
test = false

[features]
default = ["std"]
std = []

[dependencies]
siphasher = "0.3"
unicase = { version = "2.4.0", optional = true }
uncased = { version = "0.9.6", optional = true, default-features = false }