sqlite3_ext_macro 0.1.0

Derive macros for sqlite3_ext
Documentation
[dependencies.convert_case]
version = "0.5.0"

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

[dependencies.quote]
version = "1.0"

[dependencies.regex]
version = "1.0"

[dependencies.syn]
features = ["parsing", "full"]
version = "1.0"

[dev-dependencies]

[lib]
proc-macro = true

[package]
authors = ["The sqlite3_ext developers"]
categories = ["database"]
description = "Derive macros for sqlite3_ext"
edition = "2021"
homepage = "https://github.com/CGamesPlay/sqlite3_ext"
keywords = ["database", "sqlite", "ffi", "derive"]
license = "blessing"
name = "sqlite3_ext_macro"
repository = "https://github.com/CGamesPlay/sqlite3_ext"
version = "0.1.0"