teaql-provider-postgres 4.0.5

PostgreSQL provider adapter for TeaQL runtime
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "teaql-provider-postgres"
version = "4.0.5"
authors = ["Philip"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PostgreSQL provider adapter for TeaQL runtime"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/teaql/teaql-rs"
resolver = "2"

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

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.deadpool-postgres]
version = "0.14"

[dependencies.rust_decimal]
version = "1"
features = [
    "serde",
    "db-postgres",
]

[dependencies.serde_json]
version = "1"

[dependencies.teaql-core]
version = "4.0.5"

[dependencies.teaql-runtime]
version = "4.0.5"

[dependencies.teaql-sql]
version = "4.0.5"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
]

[dependencies.tokio-postgres]
version = "0.7"
features = [
    "with-chrono-0_4",
    "with-serde_json-1",
]