sqlx-gen-macros 0.4.6

No-op attribute macros for sqlx-gen generated code
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 = "sqlx-gen-macros"
version = "0.4.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "No-op attribute macros for sqlx-gen generated code"
readme = false
keywords = [
    "sqlx",
    "codegen",
    "macros",
]
categories = [
    "database",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/LeadcodeDev/sqlx-gen"

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