You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
393 B
18 lines
393 B
--- phf-0.7.24/Cargo.toml 1970-01-01T01:00:00+01:00
|
|
+++ phf-0.7.24/Cargo.toml 2019-01-26T11:02:04.184134+01:00
|
|
@@ -22,14 +22,9 @@
|
|
name = "phf"
|
|
path = "src/lib.rs"
|
|
test = false
|
|
-[dependencies.phf_macros]
|
|
-version = "0.7.24"
|
|
-optional = true
|
|
-
|
|
[dependencies.phf_shared]
|
|
version = "0.7.24"
|
|
|
|
[features]
|
|
core = ["phf_shared/core"]
|
|
-macros = ["phf_macros"]
|
|
unicase = ["phf_shared/unicase"]
|