[package]
workspace = ".."
name = "openapi_type_derive"
version = "0.6.1"
edition.workspace = true
rust-version.workspace = true
description = "Implementation detail of the openapi_type crate"
license.workspace = true
repository.workspace = true
[lints]
workspace = true
[lib]
proc-macro = true
[dependencies]
proc-macro2 = "1.0.106"
quote = "1.0.46"
serde_derive_internals = "0.30"
syn = "3.0.2"
syn-path = "3.0"