[build-dependencies.rustversion]
version = "1.0"
[dependencies.ariadne]
version = "0.4"
[dependencies.chumsky]
version = "1.0.0-alpha.6"
[dependencies.dotenvy]
version = "0.15"
[dependencies.heck]
version = "0.5"
[dependencies.pgvector]
features = ["postgres"]
optional = true
version = "0.3"
[dependencies.postgres]
version = "0.19"
[dependencies.proc-macro2]
features = ["span-locations"]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.rustls]
version = "0.23"
[dependencies.serde_json]
optional = true
version = "1.0"
[dependencies.syn]
features = ["full", "extra-traits"]
version = "2.0"
[dependencies.time]
optional = true
version = "0.3"
[dependencies.tokio-postgres-rustls]
version = "0.12"
[dependencies.uuid]
optional = true
version = "1.4"
[dev-dependencies.postgres-types]
features = ["derive"]
version = "0.2"
[dev-dependencies.time]
version = "0.3"
[dev-dependencies.tokio]
features = ["rt-multi-thread", "macros"]
version = "1.0"
[dev-dependencies.trybuild]
version = "1.0"
[features]
default = ["json", "uuid"]
json = ["dep:serde_json", "postgres/with-serde_json-1"]
time = ["dep:time", "postgres/with-time-0_3"]
uuid = ["dep:uuid", "postgres/with-uuid-1"]
[lib]
name = "sqlm_postgres_macros"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Markus Ast <m+cargo@rkusa.st>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
description = "macros for `sqlm-postgres`"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "sqlm-postgres-macros"
readme = false
repository = "https://github.com/rkusa/sqlm"
version = "0.1.0"
[[test]]
name = "curly_escape"
path = "tests/curly_escape.rs"
[[test]]
name = "fail"
path = "tests/fail.rs"
[[test]]
name = "parameter_order"
path = "tests/parameter_order.rs"
[[test]]
name = "parameter_reuse"
path = "tests/parameter_reuse.rs"