[dependencies.bytes]
version = "1.5"
[dependencies.http]
version = "1.0"
[dependencies.http-body-util]
version = "0.1"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.utoipa]
version = "4.2"
[features]
default = ["swagger-ui"]
swagger-ui = []
[lib]
name = "rustapi_openapi"
path = "src/lib.rs"
[package]
authors = ["RustAPI Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "OpenAPI documentation generator for RustAPI framework"
edition = "2021"
homepage = "https://github.com/Tuntii/RustAPI"
license = "MIT OR Apache-2.0"
name = "rustapi-openapi"
readme = "README.md"
repository = "https://github.com/Tuntii/RustAPI"
version = "0.1.1"