[package]
edition = "2021"
rust-version = "1.95"
name = "openapi_type_derive"
version = "0.6.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Implementation detail of the openapi_type crate"
readme = "README.md"
license = "Apache-2.0"
repository = "https://codeberg.org/msrd0/openapi_type"
[lib]
name = "openapi_type_derive"
path = "src/lib.rs"
proc-macro = true
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.serde_derive_internals]
version = "0.29"
[dependencies.syn]
version = "2.0"
[dependencies.syn-path]
version = "2.0"
[lints.clippy]
await_holding_lock = "allow"
doc_lazy_continuation = "allow"
manual_is_multiple_of = "allow"
manual_range_contains = "allow"
tabs_in_doc_comments = "allow"
[lints.rust]
elided_lifetimes_in_paths = "deny"
improper_ctypes_definitions = "deny"
missing_debug_implementations = "warn"
type_alias_bounds = "allow"
unreachable_pub = "warn"
unsafe_code = "forbid"
[lints.rustdoc]
broken_intra_doc_links = "deny"