[package]
name = "openapi-trait-shared"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
description = "Framework-agnostic codegen helpers for openapi-trait (not intended for direct use)"
keywords.workspace = true
categories.workspace = true
[dependencies]
proc-macro2 = "1"
quote = "1"
syn = { version = "2", features = ["full"] }
openapiv3 = "2"
heck = "0.5"
indexmap = "2"
[lints]
workspace = true