[dependencies.async-trait]
version = "0.1.74"
[dependencies.rmp-serde]
version = "1.1.2"
[dependencies.sqlx]
features = ["time", "uuid", "runtime-tokio"]
version = "0.7.2"
[dependencies.thiserror]
version = "1.0.50"
[dependencies.time]
version = "0.3.30"
[dependencies.tower-sessions-core]
default-features = false
version = "=0.8.2"
[dev-dependencies.tokio-test]
version = "0.4.3"
[dev-dependencies.tower-sessions]
default-features = false
version = "=0.8.2"
[features]
mysql = ["sqlx/mysql"]
postgres = ["sqlx/postgres"]
sqlite = ["sqlx/sqlite"]
[package]
authors = ["Max Countryman <hello@maxcountryman.com>"]
description = "SQLx session stores. Not for direct use; see the `tower-sessions` crate for details."
documentation = "https://docs.rs/tower-sessions"
edition = "2021"
license = "MIT"
name = "tower-sessions-sqlx-store"
repository = "https://github.com/maxcountryman/tower-sessions"
version = "0.8.2"