tank-postgres 0.5.0

Postgres driver implementation for Tank: the Rust data layer
Documentation
[dependencies.async-stream]
version = "0.3.6"

[dependencies.bytes]
version = "1.10.1"

[dependencies.log]
version = "0.4.28"

[dependencies.postgres-types]
version = "0.2.10"

[dependencies.rust_decimal]
features = ["db-tokio-postgres"]
version = "1.38.0"

[dependencies.tank-core]
version = "0.5.0"

[dependencies.time]
features = ["macros", "parsing"]
version = "0.3.44"

[dependencies.tokio]
features = ["fs", "macros", "rt-multi-thread", "sync"]
version = "1.47.1"

[dependencies.tokio-postgres]
features = ["with-time-0_3", "with-uuid-1"]
version = "0.7.14"

[dependencies.url]
version = "2.5.7"

[dependencies.urlencoding]
version = "2.1.3"

[dependencies.uuid]
version = "1.18.1"

[dev-dependencies.testcontainers-modules]
features = ["postgres"]
version = "0.13.0"

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

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

[package]
authors = ["barsdeveloper <barsdeveloper@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database"]
description = "Postgres driver implementation for Tank: the Rust data layer"
edition = "2024"
license = "Apache-2.0"
name = "tank-postgres"
readme = "README.md"
repository = "https://github.com/barsdeveloper/tank"
version = "0.5.0"

[[test]]
name = "init"
path = "tests/init.rs"

[[test]]
name = "postgres"
path = "tests/postgres.rs"