sqlite3-ext-vtab-macro 0.2.0

Derive macros for sqlite3-ext-vtab
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "sqlite3-ext-vtab-macro"
version = "0.2.0"
authors = [
    "The sqlite3_ext developers",
    "Joseph R. Quinn <quinn.josephr@protonmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Derive macros for sqlite3-ext-vtab"
homepage = "https://github.com/quinnjr/sqlite3_ext"
readme = false
keywords = [
    "database",
    "sqlite",
    "ffi",
    "derive",
]
categories = ["database"]
license = "blessing"
repository = "https://github.com/quinnjr/sqlite3_ext"

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

[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]
version = "1.0"
features = [
    "parsing",
    "full",
]

[dev-dependencies]