rustango-macros 0.38.0

Proc-macros for rustango: #[derive(Model)] and friends.
Documentation
[package]
name = "rustango-macros"
description = "Proc-macros for rustango: #[derive(Model)] and friends."
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
documentation.workspace = true
keywords.workspace = true
categories.workspace = true

[lints]
workspace = true

[lib]
proc-macro = true

[features]
# Emit `impl ::rustango::openapi::OpenApiSchema` from `#[derive(Serializer)]`.
# Forwarded from `rustango/openapi` so the macro and the trait turn on
# together.
openapi = []

[dependencies]
syn         = { workspace = true }
quote       = { workspace = true }
proc-macro2 = { workspace = true }
serde_json  = { workspace = true }