br-pgsql 0.1.3

This is an pgsql
Documentation
[package]
name = "br-pgsql"
version = "0.1.3"
edition = "2021"
authors = ["Carry <7991156@qq.com>"]
keywords = ["br", "pgsql"]
readme = "README.md"
license = "MIT"
exclude = ["INSTALL.md", "examples", "tests"]
description = "This is an pgsql"

[dependencies]
json = "0.12.4"
log = "0.4.20"
sha2 = "0.10"
hmac = "0.12"
rand = "0.9.0"
base64 = "0.22"

[dev-dependencies]
env_logger = "0.11.5"
tokio = { version = "1.43.0", features = ["rt", "rt-multi-thread", "macros"] }
tokio-postgres = "0.7.13"