[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"