tower-sessions-sqlx-store 0.15.0

SQLx session stores for `tower-sessions`.
Documentation
[dependencies.async-trait]
version = "0.1.77"

[dependencies.rmp-serde]
version = "1.1.2"

[dependencies.sqlx]
features = ["time", "runtime-tokio"]
version = "0.8.0"

[dependencies.thiserror]
version = "1.0.56"

[dependencies.time]
version = "0.3.31"

[dependencies.tower-sessions-core]
features = ["deletion-task"]
version = "0.14.0"

[dev-dependencies.axum]
version = "0.8.1"

[dev-dependencies.serde]
version = "1"

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

[dev-dependencies.tokio-test]
version = "0.4.3"

[dev-dependencies.tower-sessions]
version = "0.14.0"

[[example]]
name = "mysql"
path = "examples/mysql.rs"
required-features = ["mysql"]

[[example]]
name = "postgres"
path = "examples/postgres.rs"
required-features = ["postgres"]

[[example]]
name = "sqlite"
path = "examples/sqlite.rs"
required-features = ["sqlite"]

[features]
mysql = ["sqlx/mysql"]
postgres = ["sqlx/postgres"]
sqlite = ["sqlx/sqlite"]

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

[package]
authors = ["Max Countryman <hello@maxcountryman.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "network-programming", "web-programming"]
description = "SQLx session stores for `tower-sessions`."
documentation = "https://docs.rs/tower-sessions-sqlx-store"
edition = "2021"
homepage = "https://github.com/maxcountryman/tower-sessions-stores"
keywords = ["axum", "sessions", "cookie", "tower", "sqlx"]
license = "MIT"
name = "tower-sessions-sqlx-store"
readme = "README.md"
repository = "https://github.com/maxcountryman/tower-sessions-stores"
version = "0.15.0"