uqa-pg-wire 0.3.6

Network-independent PostgreSQL wire protocol parsing and encoding for UQA servers
Documentation
[package]
name = "uqa-pg-wire"
description = "Network-independent PostgreSQL wire protocol parsing and encoding for UQA servers"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
homepage.workspace = true
readme = "README.md"
rust-version.workspace = true
documentation = "https://docs.rs/uqa-pg-wire"
exclude.workspace = true

[dependencies]
thiserror = { workspace = true }

[lints]
workspace = true