sql-fun 0.1.0

SQL query/statement execution code generator
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 = "sql-fun"
version = "0.1.0"
authors = ["kazuk"]
build = false
exclude = ["/postgres"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SQL query/statement execution code generator"
readme = "README.md"
license = "MIT"
repository = "https://github.com/kazuk/sql-fun/"
resolver = "2"

[package.metadata.database]
connector = "tokio-postgres"

[lib]
name = "sql_fun"
path = "src/lib.rs"
proc-macro = true

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

[dependencies.compact_str]
version = "0.9"

[dependencies.derive_builder]
version = "0.20"

[dependencies.pg_query]
version = "6.1"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.smallvec]
version = "1.15"

[dependencies.sql-fun-client]
version = "0.1.0"

[dependencies.sql-fun-core]
version = "0.1.1"

[dependencies.syn]
version = "2.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.toml]
version = "0.9.8"

[dev-dependencies.anyhow]
version = "1.0"
features = ["backtrace"]

[dev-dependencies.derive_builder]
version = "0.20"

[dev-dependencies.rstest]
version = "0.26"

[dev-dependencies.tokio]
version = "1.47"
features = ["full"]

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

[dev-dependencies.tracing]
version = "0.1"

[dev-dependencies.trybuild]
version = "1.0.114"
features = ["diff"]