axum-postgres-tx 0.2.0

Request-scoped PostgreSQL transactions for axum
Documentation
[dependencies.axum-core]
version = "0.5"

[dependencies.bb8-postgres]
version = "0.9"

[dependencies.futures-core]
version = "0.3"

[dependencies.http]
version = "1"

[dependencies.parking_lot]
features = ["arc_lock", "send_guard"]
version = "0.12"

[dependencies.thiserror]
version = "2"

[dependencies.tower-layer]
version = "0.3"

[dependencies.tower-service]
version = "0.3"

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

[package]
authors = ["Dan Bluhm Hansen <00.pavers_dither@icloud.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "database", "web-programming"]
description = "Request-scoped PostgreSQL transactions for axum"
edition = "2024"
homepage = "https://github.com/danbluhmhansen/axum-postgres-tx"
keywords = ["async", "axum-postgres-tx", "database", "http", "web"]
license = "MIT"
name = "axum-postgres-tx"
readme = "README.md"
repository = "https://github.com/danbluhmhansen/axum-postgres-tx"
version = "0.2.0"