[package]
edition = "2021"
name = "nextsql-tokio-postgres-adapter"
version = "0.2.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "tokio-postgres / deadpool-postgres adapter for NextSQL runtime"
homepage = "https://github.com/shirakawayohane/next-sql"
readme = false
license = "MIT"
repository = "https://github.com/shirakawayohane/next-sql"
[lib]
name = "nextsql_tokio_postgres_adapter"
path = "src/lib.rs"
[dependencies.deadpool-postgres]
version = "0.14"
[dependencies.nextsql-backend-rust-runtime]
version = "0.2"
features = ["backend-tokio-postgres"]
default-features = false
[dependencies.tokio-postgres]
version = "0.7"
features = [
"with-uuid-1",
"with-chrono-0_4",
"with-serde_json-1",
]