ohkami_openapi 0.24.5

OpenAPI types for Ohkami - A performant, declarative, and runtime-flexible web framework for Rust
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"
name = "ohkami_openapi"
version = "0.24.5"
authors = ["kanarus <mail@kanarus.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OpenAPI types for Ohkami - A performant, declarative, and runtime-flexible web framework for Rust"
homepage = "https://crates.io/crates/ohkami"
documentation = "https://docs.rs/ohkami_openapi"
readme = "README.md"
keywords = [
    "async",
    "http",
    "web",
    "server",
    "framework",
]
categories = [
    "asynchronous",
    "web-programming::http-server",
    "network-programming",
    "wasm",
]
license = "MIT"
repository = "https://github.com/ohkami-rs/ohkami"

[features]
no-release-serialize = []

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

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.uuid]
version = "1.20"

[lints.clippy]
duplicated_attributes = "allow"
useless_format = "allow"