bestool-postgres 1.0.4

PostgreSQL connection pool utilities for BES tooling
Documentation
[dependencies.bytes]
version = "1.9.0"

[dependencies.fraction]
features = ["with-postgres-support"]
version = "0.15"

[dependencies.hex]
version = "0.4.3"

[dependencies.jiff]
version = "0.2.15"

[dependencies.miette]
version = "7.6.0"

[dependencies.mobc]
version = "0.9.0"

[dependencies.mobc-postgres]
features = ["with-serde_json-1"]
version = "0.9.0"

[dependencies.percent-encoding]
version = "2.3"

[dependencies.rpassword]
version = "7.4.0"

[dependencies.rustls]
default-features = false
features = ["ring", "logging", "std", "tls12"]
version = "0.23"

[dependencies.rustls-native-certs]
version = "0.8.2"

[dependencies.serde_json]
version = "1.0.145"

[dependencies.thiserror]
version = "2.0.16"

[dependencies.tokio]
version = "1.47.1"

[dependencies.tokio-postgres]
features = ["with-jiff-0_2", "with-serde_json-1"]
version = "0.7.15"

[dependencies.tokio-postgres-rustls]
version = "0.13.0"

[dependencies.tracing]
features = ["attributes"]
version = "0.1.43"

[dev-dependencies.temp-env]
version = "0.3"

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

[lints.rust]
unsafe_code = "forbid"

[lints.rust.rust_2018_idioms]
level = "deny"
priority = -1

[package]
authors = ["Félix Saparelli <felix@passcod.name>", "BES Developers <contact@bes.au>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "PostgreSQL connection pool utilities for BES tooling"
edition = "2024"
license = "GPL-3.0-or-later"
name = "bestool-postgres"
readme = false
repository = "https://github.com/beyondessential/bestool/tree/main/crates/postgres"
resolver = "2"
version = "1.0.4"