zino-openapi 0.15.0

OpenAPI support for zino.
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 = "2024"
rust-version = "1.90"
name = "zino-openapi"
version = "0.15.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OpenAPI support for zino."
homepage = "https://github.com/zino-rs/zino"
documentation = "https://docs.rs/zino-openapi"
readme = "README.md"
keywords = [
    "http",
    "web",
    "framework",
]
categories = [
    "asynchronous",
    "network-programming",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/zino-rs/zino"
resolver = "2"

[features]
debug = [
    "utoipa/preserve_order",
    "utoipa/preserve_path_order",
    "zino-core/debug",
]

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

[dependencies.ahash]
version = "0.8.12"

[dependencies.convert_case]
version = "0.11.0"

[dependencies.serde_json]
version = "1.0.151"
features = ["raw_value"]

[dependencies.toml]
version = "1.1.4"
features = [
    "parse",
    "serde",
]
default-features = false

[dependencies.tracing]
version = "0.1.44"

[dependencies.utoipa]
version = "5.5.0"
features = [
    "non_strict_integers",
    "ulid",
    "url",
    "uuid",
]

[dependencies.zino-core]
version = "0.44.0"

[lints.clippy]
print_stdout = "warn"
unwrap_used = "warn"

[lints.rust]
missing_docs = "warn"
unreachable_pub = "deny"
unsafe_code = "forbid"