# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.
[package]
edition = "2021"
name = "tower-sessions-rusqlite-store"
version = "0.13.0"
authors = [
"Patrick Recher
",
"Max Countryman ",
]
description = "(tokio-)rusqlite session store for `tower-sessions`."
homepage = "https://github.com/patte/tower-sessions-rusqlite-store"
documentation = "https://docs.rs/tower-sessions-rusqlite-store"
readme = "README.md"
keywords = [
"axum",
"sessions",
"cookie",
"tower",
"rusqlite",
]
categories = [
"asynchronous",
"network-programming",
"web-programming",
]
license = "MIT"
repository = "https://github.com/patte/tower-sessions-rusqlite-store"
[[example]]
name = "counter"
[dependencies.async-trait]
version = "0.1.83"
[dependencies.rmp-serde]
version = "1.3.0"
[dependencies.rusqlite]
version = "0.32.1"
[dependencies.thiserror]
version = "1.0.64"
[dependencies.time]
version = "0.3.36"
[dependencies.tokio-rusqlite]
version = "0.6.0"
[dependencies.tower-sessions-core]
version = "0.13.0"
features = ["deletion-task"]
[dev-dependencies.axum]
version = "0.7.7"
[dev-dependencies.serde]
version = "1"
[dev-dependencies.tokio]
version = "1.40.0"
features = ["full"]
[dev-dependencies.tokio-test]
version = "0.4.4"
[dev-dependencies.tower-sessions]
version = "0.13.0"