nanopool 1.0.0

A tiny database connection pooling library for PostgreSQL
Documentation
[dependencies.tokio]
features = ["rt"]
version = "1"

[dependencies.tokio-native-tls]
version = "0.3"

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

[dependencies.uuid]
optional = true
version = "1"

[dev-dependencies.tokio]
features = ["macros"]
version = "1"

[features]
uuid = ["tokio-postgres/with-uuid-1", "dep:uuid"]

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

[package]
authors = ["fboulnois <fboulnois@users.noreply.github.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database"]
description = "A tiny database connection pooling library for PostgreSQL"
edition = "2021"
keywords = ["async", "database", "pool", "postgres", "sql"]
license = "MIT"
name = "nanopool"
readme = "README.md"
repository = "https://github.com/fboulnois/nanopool"
version = "1.0.0"