From 7a2903fcc75ae2892788d90d9d9a6025d7f7aff9 Mon Sep 17 00:00:00 2001 From: Adam Chalmers Date: Tue, 8 Nov 2022 12:10:32 -0600 Subject: [PATCH] fix: Hyper doesn't require tokio Hyper supports tokio with the "runtime" and "tcp" features, but does not require it. Fuschia and curl both use their own runtime with hyper. https://github.com/hyperium/hyper/issues/2111 --- data/crates.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/crates.json b/data/crates.json index c00a89f..6d88e31 100644 --- a/data/crates.json +++ b/data/crates.json @@ -382,7 +382,7 @@ "name": "Low-level HTTP Implementation", "recommendations": [{ "name": "hyper", - "notes": "A low-level HTTP implementation (both client and server). Implements HTTP 1, 2, and 3. Requires the tokio async runtime." + "notes": "A low-level HTTP implementation (both client and server). Implements HTTP 1, 2, and 3. Works best with the tokio async runtime, but can support other runtimes." }] }, {