Description: avoid benches
Author: Jonas Smedegaard <dr@jones.dk>
Bug-Debian: https://bugs.debian.org/1064232
Forwarded: not-needed
Last-Update: 2024-06-07
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/axum/Cargo.toml
+++ b/axum/Cargo.toml
@@ -10,6 +10,7 @@
 license = "MIT"
 readme = "README.md"
 repository = "https://github.com/tokio-rs/axum"
+autobenches = false
 
 [features]
 default = [
@@ -223,7 +224,3 @@
     # for the `__private` feature
     "reqwest",
 ]
-
-[[bench]]
-name = "benches"
-harness = false
