Reexport key-expansion (#1425)

* Reexport key-expansion

* Description

Co-authored-by: Marek Barvíř <[email protected]>
This commit is contained in:
Marek Barvíř
2022-09-28 20:06:56 +00:00
committed by GitHub
co-authored by Marek Barvíř
parent 410fd49aa9
commit be54583d98
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -18,6 +18,7 @@ async-read-body = ["dep:tokio-util", "tokio-util?/io"]
cookie = ["dep:cookie"]
cookie-private = ["cookie", "cookie?/private"]
cookie-signed = ["cookie", "cookie?/signed"]
cookie-key-expansion = ["cookie", "cookie?/key-expansion"]
erased-json = ["dep:serde_json", "dep:serde"]
form = ["dep:serde", "dep:serde_html_form"]
json-lines = [
+1
View File
@@ -13,6 +13,7 @@
//! `cookie` | Enables the `CookieJar` extractor | No
//! `cookie-private` | Enables the `PrivateCookieJar` extractor | No
//! `cookie-signed` | Enables the `SignedCookieJar` extractor | No
//! `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