[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[features]
no-release-serialize = []
[lib]
name = "ohkami_openapi"
path = "src/lib.rs"
[package]
authors = ["kanarus <kanarus786@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "web-programming::http-server", "network-programming", "wasm"]
description = "OpenAPI types for Ohkami - intuitive and declarative web framework"
documentation = "https://docs.rs/ohkami_openapi"
edition = "2021"
homepage = "https://crates.io/crates/ohkami"
keywords = ["async", "http", "web", "server", "framework"]
license = "MIT"
name = "ohkami_openapi"
readme = "README.md"
repository = "https://github.com/ohkami-rs/ohkami"
version = "0.23.0"