[dependencies.async-session]
version = "=3.0.0"
[dependencies.cookie]
features = ["signed"]
version = "=0.18.1"
[dependencies.hypers_core]
features = ["cookie"]
version = "0.14.1"
[lib]
name = "hypers_session"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["web-programming::http-server", "web-programming::websocket", "network-programming", "asynchronous"]
description = "Session support for hypers web framework"
edition = "2021"
keywords = ["hyper", "web", "framework", "springboot", "gin"]
license = "Apache-2.0"
name = "hypers_session"
readme = "README.md"
rust-version = "1.81"
version = "0.14.1"