sql-composer-postgres 0.0.3

PostgreSQL driver for sql-composer SQL template engine (sync and async)
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 = "2021"
name = "sql-composer-postgres"
version = "0.0.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PostgreSQL driver for sql-composer SQL template engine (sync and async)"
readme = false
keywords = [
    "sql",
    "template",
    "composer",
    "postgres",
]
license = "MIT"
repository = "https://github.com/soulstompp/sql-composer"

[features]
async = []
default = [
    "sync",
    "async",
]
sync = ["dep:postgres"]

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

[dependencies.postgres]
version = "0.19"
optional = true

[dependencies.sql-composer]
version = "0.0.3"

[dependencies.thiserror]
version = "2"

[dependencies.tokio-postgres]
version = "0.7"