openapi-ui 0.1.0

OpenAPI/Swagger documentation UI generator for Rust.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "openapi-ui"
version = "0.1.0"
build = false
exclude = [
    ".DS_Store",
    "target",
    ".git",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OpenAPI/Swagger documentation UI generator for Rust."
documentation = "https://docs.rs/openapi-ui"
readme = "README.md"
keywords = [
    "openapi",
    "swagger",
    "ui",
    "documentation",
    "generator",
]
categories = [
    "development-tools",
    "visualization",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/kimolalekan/openapi-ui"

[lib]
name = "openapi_ui"
path = "src/lib.rs"

[[example]]
name = "actix"
path = "examples/actix.rs"

[[example]]
name = "axum"
path = "examples/axum.rs"

[[example]]
name = "poem"
path = "examples/poem.rs"

[[example]]
name = "rocket"
path = "examples/rocket.rs"

[[example]]
name = "salvo"
path = "examples/salvo.rs"

[[example]]
name = "warp"
path = "examples/warp.rs"

[dependencies.serde]
version = "1.0.195"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.111"

[dependencies.thiserror]
version = "1.0.56"

[dev-dependencies.actix-web]
version = "4"

[dev-dependencies.axum]
version = "0.7"

[dev-dependencies.poem]
version = "3.1"

[dev-dependencies.rocket]
version = "0.5"

[dev-dependencies.salvo]
version = "0.72"

[dev-dependencies.tokio]
version = "1.0"
features = ["full"]

[dev-dependencies.warp]
version = "0.3"