dysql-macro 0.1.2

Dysql adds the ability of dynamic sql to tokio-postgres through proc macro. it uses Ramhorns the high performance template engine implementation of Mustache
Documentation
[dependencies.dysql]
version = "0.1.1"

[dependencies.proc-macro2]
features = ["span-locations"]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.ramhorns]
version = "0.14"

[dependencies.syn]
features = ["extra-traits", "visit-mut"]
version = "1.0"

[dependencies.tokio-postgres]
features = ["with-chrono-0_4"]
version = "0.7"

[lib]
proc-macro = true

[package]
description = "Dysql adds the ability of dynamic sql to tokio-postgres through proc macro. it uses Ramhorns the high performance template engine implementation of Mustache"
edition = "2021"
license = "Apache-2.0"
name = "dysql-macro"
readme = "README.md"
version = "0.1.2"