[package]
edition = "2024"
name = "cinderblock-json-api-macros"
version = "0.7.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Proc macro generating Axum route handlers, endpoint registration, and OpenAPI schemas for cinderblock resources"
readme = "README.md"
keywords = [
"framework",
"crud",
"resource",
"declarative",
"code-generation",
]
categories = ["web-programming"]
license = "Apache-2.0"
repository = "https://github.com/nils-degroot/cinderblock"
[lib]
name = "cinderblock_json_api_macros"
path = "src/lib.rs"
proc-macro = true
[dependencies.cinderblock-extension-api]
version = "0.7.0"
[dependencies.convert_case]
version = "0.11.0"
[dependencies.proc-macro2]
version = "1.0.106"
[dependencies.quote]
version = "1.0.45"
[dependencies.syn]
version = "2.0.117"