ts-sql-helper-derive 0.6.2

Derives for ts-sql-helper-lib
Documentation
[dependencies.postgres-types]
version = "0.2"

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

[dependencies.quote]
version = "1"

[dependencies.regex]
default-features = false
features = ["std"]
version = "1.11"

[dependencies.syn]
features = ["extra-traits"]
version = "2"

[dev-dependencies]

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

[lints.clippy]
as_conversions = "warn"
inconsistent_struct_constructor = "warn"
todo = "warn"
unnecessary_self_imports = "warn"
use_self = "warn"

[lints.rust]
deprecated_in_future = "warn"
missing_docs = "warn"
rust_2018_idioms = "warn"
unused_qualifications = "warn"

[package]
authors = ["Trent Shailer"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Derives for ts-sql-helper-lib"
edition = "2024"
license = "MIT OR Apache-2.0"
name = "ts-sql-helper-derive"
readme = false
rust-version = "1.88"
version = "0.6.2"

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

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