sql-forge 0.2.1

Proc-macro combining compile-time SQL validation with a runtime QueryBuilder for dynamic queries using named parameters.
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-forge"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Proc-macro combining compile-time SQL validation with a runtime QueryBuilder for dynamic queries using named parameters."
homepage = "https://github.com/lucasbasquerotto/sql-forge"
readme = "README.md"
license = "MIT"
repository = "https://github.com/lucasbasquerotto/sql-forge"

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

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

[dependencies.sql-forge-macro]
version = "0.2.1"

[dependencies.sqlx]
version = "0.8"
default-features = false

[dev-dependencies.sqlx]
version = "0.8"
features = [
    "mysql",
    "postgres",
    "sqlite",
    "runtime-tokio",
]

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

[dev-dependencies.trybuild]
version = "1.0.116"