From 99205dbb1094cb011a3024ec1e22eb478120f6a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Tue, 14 Apr 2026 09:48:04 +0200 Subject: [PATCH] chore: remove axum-kit from ECOSYSTEM as the repository does not exists (any more) (#3727) --- ECOSYSTEM.md | 1 - 1 file changed, 1 deletion(-) diff --git a/ECOSYSTEM.md b/ECOSYSTEM.md index 0a99e6a7..08fa6416 100644 --- a/ECOSYSTEM.md +++ b/ECOSYSTEM.md @@ -53,7 +53,6 @@ If your project isn't listed here and you would like it to be, please feel free - [axum-rails-cookie](https://github.com/endoze/axum-rails-cookie): Extract rails session cookies in axum based apps. - [axum-ws-broadcaster](https://github.com/Necoo33/axum-ws-broadcaster): A broadcasting liblary for both [axum-typed-websockets](https://crates.io/crates/axum-typed-websockets) and `axum::extract::ws`. - [axum-negotiate-layer](https://github.com/2ndDerivative/axum-negotiate-layer): Middleware/Layer for Kerberos/NTLM "Negotiate" authentication. -- [axum-kit](https://github.com/4lkaid/axum-kit): Streamline the integration and usage of axum with SQLx and Redis. - [tower_allowed_hosts](https://crates.io/crates/tower_allowed_hosts): Allowed hosts middleware which limits request from only allowed hosts. - [baxe](https://github.com/zyphelabs/baxe): Simple macro for defining backend errors once and automatically generate standardized JSON error responses, saving time and reducing complexity - [axum-html-minifier](https://crates.io/crates/axum_html_minifier): This middleware minify the html body content of a axum response.