openapi-trait-shared 0.0.2

Framework-agnostic codegen helpers for openapi-trait (not intended for direct use)
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.75"
name = "openapi-trait-shared"
version = "0.0.2"
authors = ["ndrsg <26137827+ndrsg@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Framework-agnostic codegen helpers for openapi-trait (not intended for direct use)"
documentation = "https://docs.rs/openapi-trait-shared"
readme = "README.md"
keywords = [
    "openapi",
    "codegen",
    "proc-macro",
    "axum",
    "rest-api",
]
categories = [
    "api-bindings",
    "development-tools::procedural-macro-helpers",
    "web-programming::http-server",
]
license = "MIT"
repository = "https://github.com/ndrsg/openapi-trait"

[lib]
name = "openapi_trait_shared"
path = "src/lib.rs"

[dependencies.heck]
version = "0.5"

[dependencies.indexmap]
version = "2"

[dependencies.openapiv3]
version = "2"

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "2"
features = ["full"]

[lints.clippy]
all = "deny"
missing_docs_in_private_items = "deny"
nursery = "deny"
pedantic = "deny"

[lints.clippy.cargo]
level = "deny"
priority = 0

[lints.clippy.cargo_common_metadata]
level = "allow"
priority = 1

[lints.clippy.multiple_crate_versions]
level = "allow"
priority = 1

[lints.rust]
missing_debug_implementations = "deny"
missing_docs = "deny"

[lints.rustdoc]
all = "deny"
broken_intra_doc_links = "deny"
private_intra_doc_links = "allow"