[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]
openapi = []
[dependencies]
syn = { workspace = true }
quote = { workspace = true }
proc-macro2 = { workspace = true }
serde_json = { workspace = true }