Skip to content

Commit 3306954

Browse files
committed
Add feature for enabling signed and encrypted cookie support
The cookie crate uses the ring crate's HMAC module to implement signed cookies and its AEAD module for authenticated encrypted cookies. Signed-off-by: Johannes Löthberg <[email protected]>
1 parent 7e06db5 commit 3306954

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ docs = ["unstable"]
2121
unstable = []
2222
hyperium_http = ["http"]
2323
async_std = [] # "async-std" when it is not default
24+
cookie-secure = ["cookie/secure"]
2425

2526
[dependencies]
2627
# Note(yoshuawuyts): used for async_std's `channel` only; use "core" once possible.

0 commit comments

Comments
 (0)