pgw 0.2.13

auto reconnect tokio postgres
Documentation
[package]
name = "pgw"
version = "0.2.13"
edition = "2024"
description = "auto reconnect tokio postgres"
license = "MulanPSL-2.0"
repository = "https://github.com/i18n-site/rust.git"
homepage = "https://github.com/i18n-site/rust/tree/dev/pgw"

[features]
default = [ ]
pg = [ "dep:static_init" ]

[dependencies]
futures = "0.3.31"
ring = "0.17.9"
rustls = "0.23.23"
tokio-rustls = "0.26.1"
tracing = "0.1.41"
x509-certificate = "0.24.0"

[dependencies.tlsinit]
version = "0.1.7"
path = "../tlsinit"

[dependencies.static_init]
version = "1.0.3"
optional = true

[dependencies.tokio-postgres]
package = "tokio-postgres-fork"
version = "0.7.13"

[dependencies.hidden_password]
version = "0.1.5"
path = "../hidden_password"

[dependencies.tokio]
version = "1.43.0"
features = [ "macros", "rt", "rt-multi-thread", "sync" ]

[dev-dependencies]
anyhow = "1.0.95"
static_init = "1.0.3"

[dev-dependencies.loginit]
version = "0.1.18"