pg_connector 1.0.1

A powerful and easy-to-use PostgreSQL connector for Rust with connection pooling and read/write cluster support.
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 = "2024"
name = "pg_connector"
version = "1.0.1"
authors = ["PTechSoftware <info@ptechsoftware.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A powerful and easy-to-use PostgreSQL connector for Rust with connection pooling and read/write cluster support."
readme = "README.md"
keywords = [
    "postgres",
    "database",
    "sql",
    "pool",
    "bb8",
]
categories = ["database"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/PTechSoftware/pg_connector"

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

[dependencies.bb8]
version = "0.9.1"

[dependencies.bb8-postgres]
version = "0.9.0"

[dependencies.tokio]
version = "1.40.0"
features = ["full"]