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....

30 lines
624 B

--- phf_generator-0.11.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ phf_generator-0.11.2/Cargo.toml 2023-07-28T12:52:51.939330+00:00
@@ -21,18 +21,7 @@
license = "MIT"
repository = "https://github.com/rust-phf/rust-phf"
resolver = "1"
-
-[[bin]]
-name = "gen_hash_test"
-required-features = ["criterion"]
-
-[[bench]]
-name = "benches"
-harness = false
-
-[dependencies.criterion]
-version = "0.3.6"
-optional = true
+autobins = false
[dependencies.phf_shared]
version = "^0.11.2"
@@ -42,6 +31,3 @@
version = "0.8"
features = ["small_rng"]
default-features = false
-
-[dev-dependencies.criterion]
-version = "0.3.6"