diesel-sqlite-struct-json-text 0.1.2

This proc macro attribute will allow you to store the target struct as json in TEXT field in diesel sqlite.
Documentation
[dependencies.proc-macro2]
version = "1.0.92"

[dependencies.quote]
version = "1.0.37"

[dependencies.syn]
version = "2.0.89"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "This proc macro attribute will allow you to store the target struct as json in TEXT field in diesel sqlite."
edition = "2024"
homepage = "https://github.com/Salman-Sali/diesel-sqlite-struct-json-text"
keywords = ["diesel", "sqlite", "json", "text", "sql"]
license = "MIT"
name = "diesel-sqlite-struct-json-text"
readme = "readme.md"
version = "0.1.2"