alux-http-openapi 0.1.0

OpenAPI interpretation of ALUX typed HTTP programs
Documentation
[package]
name = "alux-http-openapi"
version = "0.1.0"
description = "OpenAPI interpretation of ALUX typed HTTP programs"
documentation = "https://docs.rs/alux-http-openapi"
authors.workspace = true
edition.workspace = true
homepage.workspace = true
repository.workspace = true
license.workspace = true
rust-version.workspace = true
readme = "README.md"

[lints]
workspace = true

[dependencies]
alux-ext.workspace = true
alux-http.workspace = true
alux-shape.workspace = true
alux-shape-jsonschema.workspace = true
serde_json.workspace = true

[dev-dependencies]
alux-http-conformance.workspace = true
alux-http-text.workspace = true
serde.workspace = true