pepe-pgpool 0.2.1

Postgres pool connection with check migration
Documentation
[package]
name = "pepe-pgpool"
version = "0.2.1"
edition = "2021"
description = "Postgres pool connection with check migration"
homepage = "https://pepe.team"
repository = "https://github.com/crypto-pepe/pepe-rs"
license = "MIT"

[dependencies]
pepe-pg = { path = "../pepe-pg", version = "0.1.1" }

tokio = { version = "1.19.2", features = ["rt-multi-thread", "macros"] }
thiserror = "1.0.38"
diesel = { version = "2.1", default-features = false, features = ["r2d2", "postgres", "chrono"] }
diesel_migrations = { version = "2.1" }

[features]
diesel-32-column-tables = ["diesel/32-column-tables"]
diesel-uuid = ["diesel/uuid"]