openapi-contract-macros 0.1.1

Proc-macro implementation for the openapi-contract crate. Not intended to be used directly — depend on `openapi-contract` instead.
Documentation
[package]
name = "openapi-contract-macros"
description = "Proc-macro implementation for the openapi-contract crate. Not intended to be used directly — depend on `openapi-contract` instead."
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
readme = "README.md"
keywords.workspace = true
categories.workspace = true

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "1"
quote = "1"
syn = { version = "2", features = ["full", "parsing", "printing"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
heck = "0.5"