ts-sql-helper-derive 0.2.0

Derives for ts-sql-helper-lib
Documentation
[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

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

[dev-dependencies.ts-sql-helper-lib]
version = "0.3"

[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.2.0"

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