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.
rust-phf_generator0.8/phf_generator-fix-metadata....

28 lines
630 B

--- phf_generator-0.8.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ phf_generator-0.8.0/Cargo.toml 2022-11-04T20:05:14.426221+00:00
@@ -18,17 +18,11 @@
description = "PHF generation logic"
license = "MIT"
repository = "https://github.com/sfackler/rust-phf"
-
-[[bin]]
-name = "gen_hash_test"
-required-features = ["criterion"]
+autobins = false
[[bench]]
name = "benches"
harness = false
-[dependencies.criterion]
-version = "0.3"
-optional = true
[dependencies.phf_shared]
version = "0.8.0"
@@ -36,5 +30,3 @@
[dependencies.rand]
version = "0.7"
features = ["small_rng"]
-[dev-dependencies.criterion]
-version = "0.3"