tower-sesh 0.1.0-alpha.3

A Tower middleware for strongly typed, efficient sessions.
Documentation
[dependencies.anyhow]
version = "1.0.94"

[dependencies.async-once-cell]
version = "0.5.4"

[dependencies.async-trait]
version = "0.1.83"

[dependencies.axum]
optional = true
version = "0.7.9"

[dependencies.cookie]
features = ["signed", "private", "percent-encode"]
version = "0.18.1"

[dependencies.futures]
version = "0.3.31"

[dependencies.http]
version = "1"

[dependencies.itoa]
version = "1.0.14"

[dependencies.parking_lot]
version = "0.12.3"

[dependencies.pin-project-lite]
version = "0.2.15"

[dependencies.ryu]
version = "1.0.18"

[dependencies.serde]
default-features = false
features = ["std"]
version = "1"

[dependencies.time]
version = "0.3.37"

[dependencies.tower]
version = "0.5.2"

[dependencies.tower-sesh-core]
version = "=0.1.0-alpha.3"

[dependencies.tracing]
optional = true
version = "0.1.41"

[dev-dependencies.insta]
version = "1.42.0"

[dev-dependencies.quickcheck]
version = "1.0.3"

[dev-dependencies.rmp-serde]
version = "1.3.0"

[dev-dependencies.serde_json]
version = "1.0.136"

[dev-dependencies.tokio]
features = ["full"]
version = "1.42.0"

[features]
default = ["axum", "tracing"]

[lib]
name = "tower_sesh"
path = "src/lib.rs"

[lints]

[package]
authors = ["loqusion <loqusion@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "web-programming"]
description = """
A Tower middleware for strongly typed, efficient sessions.
"""
edition = "2021"
keywords = ["axum", "session", "tower"]
license = "MIT"
name = "tower-sesh"
readme = "README.md"
repository = "https://github.com/loqusion/tower-sesh"
rust-version = "1.79.0"
version = "0.1.0-alpha.3"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[[test]]
name = "format"
path = "tests/format.rs"

[[test]]
name = "map"
path = "tests/map.rs"

[[test]]
name = "send_sync"
path = "tests/send_sync.rs"

[[test]]
name = "value"
path = "tests/value.rs"