blazingly-openapi 0.2.2

Generates OpenAPI documents and browser UI assets from the Blazingly operation model
Documentation
[package]
name = "blazingly-openapi"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
description = "Generates OpenAPI documents and browser UI assets from the Blazingly operation model"
license.workspace = true
repository.workspace = true
homepage.workspace = true
readme = "README.md"
keywords = ["openapi", "json-schema", "swagger", "api", "schema"]
categories.workspace = true
publish.workspace = true

# Without this, docs.rs documents default features only, and every optional
# surface is missing from the rendered page: for the facade that is the
# native server itself. The workspace rustdoc job already builds all
# features under -D warnings, so this asks docs.rs for what CI proves.
[package.metadata.docs.rs]
all-features = true

[features]
validation = ["dep:blazingly-validation"]

[dependencies]
blazingly-validation = { workspace = true, optional = true }
blazingly-core.workspace = true
blazingly-json.workspace = true

[lints]
workspace = true