Description: avoid benches
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2024-10-02
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,6 +3,7 @@
 version = "1.1.4"
 authors = ["dylanhart <dylan96hart@gmail.com>"]
 edition = "2018"
+autobenches = false
 
 license = "MIT"
 readme = "README.md"
@@ -25,14 +26,8 @@
 bytes = { version = "1.4.0", optional = true }
 
 [dev-dependencies]
-bencher = "0.1"
 serde_derive = "1.0"
 
-[[bench]]
-name = "bench"
-path = "benches/bench.rs"
-harness = false
-
 [workspace]
 members = ["cli"]
 
