--- constant_time_eq-0.2.6/Cargo.toml 1970-01-01T00:00:01+00:00 +++ constant_time_eq-0.2.6/Cargo.toml 2023-06-12T10:34:17.622750+00:00 @@ -25,20 +25,3 @@ ] license = "CC0-1.0 OR MIT-0 OR Apache-2.0" repository = "https://github.com/cesarb/constant_time_eq" - -[[bench]] -name = "bench" -harness = false - -[dev-dependencies.count_instructions] -version = "0.1.1" - -[dev-dependencies.criterion] -version = "0.4" -features = [ - "cargo_bench_support", - "html_reports", -] - -[features] -count_instructions_test = []