gecko-dev/third_party/rust/phf_shared/Cargo.toml

21 строка
446 B
TOML

[package]
name = "phf_shared"
authors = ["Steven Fackler <sfackler@gmail.com>"]
version = "0.7.21"
license = "MIT"
description = "Support code shared by PHF libraries"
repository = "https://github.com/sfackler/rust-phf"
documentation = "https://docs.rs/phf_shared/0.7.21/phf_shared"
[lib]
name = "phf_shared"
path = "src/lib.rs"
test = false
[features]
core = []
[dependencies]
siphasher = "0.2"
unicase = { version = "1.4", optional = true }