ngb-sqlbuilder 0.1.0-alpha6

Human friendly way to build SQL uqery.
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 = "ngb-sqlbuilder"
version = "0.1.0-alpha6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Human friendly way to build SQL uqery."
readme = "README.md"
categories = ["database"]
license = "MIT"

[features]
execute = ["tokio-postgres/default"]
sqlx = ["sqlx/default"]
test = ["tokio/full"]

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

[dependencies.sqlx]
version = "0.8.6"

[dependencies.tokio]
version = "1.49.0"
features = ["full"]

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