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
629 B

--- phf_generator-0.8.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ phf_generator-0.8.0/Cargo.toml 2023-03-12T21:55:11.559377+00:00
@@ -18,17 +18,7 @@
description = "PHF generation logic"
license = "MIT"
repository = "https://github.com/sfackler/rust-phf"
-
-[[bin]]
-name = "gen_hash_test"
-required-features = ["criterion"]
-
-[[bench]]
-name = "benches"
-harness = false
-[dependencies.criterion]
-version = "0.3"
-optional = true
+autobins = false
[dependencies.phf_shared]
version = "0.8.0"
@@ -36,5 +26,3 @@
[dependencies.rand]
version = "0.7"
features = ["small_rng"]
-[dev-dependencies.criterion]
-version = "0.3"