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