loco-openapi 0.1.2

OpenAPI support to Loco framework
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 = "2021"
name = "loco-openapi"
version = "0.1.2"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OpenAPI support to Loco framework"
homepage = "https://loco.rs/"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/loco-rs/loco-openapi-Initializer"

[features]
default = ["full"]
full = [
    "swagger",
    "redoc",
    "scalar",
]
redoc = ["dep:utoipa-redoc"]
scalar = ["dep:utoipa-scalar"]
swagger = ["dep:utoipa-swagger-ui"]

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

[[test]]
name = "mod"
path = "tests/mod.rs"

[dependencies.async-trait]
version = "0.1"

[dependencies.axum]
version = "0.8.1"

[dependencies.loco-rs]
version = "0.16"
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.utoipa]
version = "5.0.0"
features = ["yaml"]

[dependencies.utoipa-axum]
version = "0.2.0"

[dependencies.utoipa-redoc]
version = "6.0.0"
features = ["axum"]
optional = true

[dependencies.utoipa-scalar]
version = "0.3.0"
features = ["axum"]
optional = true

[dependencies.utoipa-swagger-ui]
version = "9.0.0"
features = [
    "axum",
    "vendored",
]
optional = true

[dev-dependencies.insta]
version = "1.34.0"
features = [
    "redactions",
    "yaml",
    "json",
    "filters",
]

[dev-dependencies.loco-rs]
version = "0.16"
features = ["testing"]
default-features = false

[dev-dependencies.rstest]
version = "0.21.0"

[dev-dependencies.serde_yaml]
version = "0.9"

[dev-dependencies.serial_test]
version = "3.2.0"

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
]