[dependencies.async-stream]
version = "0"
[dependencies.byteorder]
version = "1"
[dependencies.bytes]
version = "1"
[dependencies.log]
version = "0"
[dependencies.native-tls]
version = "0.2.14"
[dependencies.openssl]
version = "0.10.75"
[dependencies.postgres-openssl]
version = "0.5.2"
[dependencies.postgres-types]
version = "0"
[dependencies.rust_decimal]
features = ["db-tokio-postgres"]
version = "1"
[dependencies.tank-core]
version = "0"
[dependencies.time]
features = ["macros", "parsing"]
version = "0"
[dependencies.tokio]
features = ["fs", "macros", "rt-multi-thread", "sync"]
version = "1"
[dependencies.tokio-postgres]
features = ["with-time-0_3", "with-uuid-1"]
version = "0"
[dependencies.url]
version = "2"
[dependencies.urlencoding]
version = "2"
[dependencies.uuid]
version = "1"
[dev-dependencies.rcgen]
version = "0.14.5"
[dev-dependencies.testcontainers]
version = "0.25.2"
[dev-dependencies.testcontainers-modules]
features = ["postgres"]
version = "0"
[dev-dependencies.tokio]
features = ["fs", "macros", "rt-multi-thread", "sync"]
version = "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.10.0"
[[test]]
name = "init"
path = "tests/init.rs"
[[test]]
name = "postgres"
path = "tests/postgres.rs"