br-pgsql 0.1.17

This is an pgsql
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "br-pgsql"
version = "0.1.17"
authors = ["Carry <7991156@qq.com>"]
build = false
exclude = [
    "INSTALL.md",
    "examples",
    "tests",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "This is an pgsql"
readme = "README.md"
keywords = [
    "br",
    "pgsql",
]
license = "MIT"

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

[dependencies.base64]
version = "0.22"

[dependencies.hmac]
version = "0.12"

[dependencies.json]
version = "0.12.4"

[dependencies.log]
version = "0.4"

[dependencies.md5]
version = "0.8.0"

[dependencies.rand]
version = "0.9"

[dependencies.sha2]
version = "0.10"

[dev-dependencies.env_logger]
version = "0.11"

[dev-dependencies.tokio]
version = "1.49.0"
features = [
    "rt",
    "rt-multi-thread",
    "macros",
]

[dev-dependencies.tokio-postgres]
version = "0.7"