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_generator/phf_generator-fix-metadata....

28 lines
639 B

--- phf_generator-0.10.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ phf_generator-0.10.0/Cargo.toml 2022-11-04T20:10:21.659206+00:00
@@ -17,17 +17,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.4"
-optional = true
[dependencies.phf_shared]
version = "0.10.0"
@@ -36,5 +30,3 @@
[dependencies.rand]
version = "0.8"
features = ["small_rng"]
-[dev-dependencies.criterion]
-version = "=0.3.4"