Description: avoid benches
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2024-12-20
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,6 +10,7 @@
 description = """
 Simple implementation of HTTP 1.1 (both client and server)
 """
+autobenches = false
 edition = "2021"
 rust-version = "1.74"
 
@@ -21,9 +22,6 @@
 rustls-native-certs = { version = "0.6.3", optional = true }
 url = "2.4"
 
-[dev-dependencies]
-codspeed-criterion-compat = "2"
-
 [features]
 default = ["client", "server"]
 rustls-ring-platform-verifier = []
@@ -35,10 +33,6 @@
 client = []
 server = []
 
-[[bench]]
-name = "lib"
-harness = false
-
 [package.metadata.docs.rs]
 all-features = true
 rustdoc-args = ["--cfg", "docsrs"]
