From b1f7ee938dcaaee23e86d572adb3c5f1ccf29575 Mon Sep 17 00:00:00 2001 From: Allan Date: Tue, 29 Nov 2022 17:11:36 -0500 Subject: [PATCH] Update axum-extra feature flag table (#1594) --- axum-extra/src/lib.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/axum-extra/src/lib.rs b/axum-extra/src/lib.rs index f7c23682..2bbb0720 100644 --- a/axum-extra/src/lib.rs +++ b/axum-extra/src/lib.rs @@ -16,7 +16,8 @@ //! `cookie-key-expansion` | Enables the `Key::derive_from` method | No //! `erased-json` | Enables the `ErasedJson` response | No //! `form` | Enables the `Form` extractor | No -//! `json-lines` | Enables the `json-lines` extractor and response | No +//! `json-lines` | Enables the `JsonLines` extractor and response | No +//! `protobuf` | Enables the `ProtoBuf` extractor and response | No //! `query` | Enables the `Query` extractor | No //! `spa` | Enables the `Spa` router | No //! `typed-routing` | Enables the `TypedPath` routing utilities | No