pgmanager 0.3.1

Provide locked access to test databases.
Documentation
[[bin]]
name = "pgmanager"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5.53"

[dependencies.tokio]
features = ["macros", "rt-multi-thread", "signal", "io-util", "io-std", "net", "time", "process"]
version = "1.0"

[dependencies.tokio-util]
version = "0.7.15"

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.22"

[dev-dependencies.tempfile]
version = "3.23.0"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Provide locked access to test databases."
edition = "2024"
license = "MIT"
name = "pgmanager"
readme = "README.md"
repository = "https://github.com/onelittle/pgmanager"
version = "0.3.1"