]> git.proxmox.com Git - rustc.git/blob - src/vendor/phf_shared/Cargo.toml
New upstream version 1.25.0+dfsg1
[rustc.git] / src / vendor / phf_shared / Cargo.toml
1 [package]
2 name = "phf_shared"
3 authors = ["Steven Fackler <sfackler@gmail.com>"]
4 version = "0.7.21"
5 license = "MIT"
6 description = "Support code shared by PHF libraries"
7 repository = "https://github.com/sfackler/rust-phf"
8 documentation = "https://docs.rs/phf_shared/0.7.21/phf_shared"
9
10 [lib]
11 name = "phf_shared"
12 path = "src/lib.rs"
13 test = false
14
15 [features]
16 core = []
17
18 [dependencies]
19 siphasher = "0.2"
20 unicase = { version = "1.4", optional = true }