axum-openapi3 0.2.3

Facilitate the generation of OpenAPI 3.0 documentation for axum applications.
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 = "axum-openapi3"
version = "0.2.3"
authors = ["Tommaso Allevi <tomallevi@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Facilitate the generation of OpenAPI 3.0 documentation for axum applications."
homepage = "https://crates.io/crates/axum-openapi3"
documentation = "https://docs.rs/axum-openapi3"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/oramasearch/axum-openapi3"

[features]
default = ["derive"]
derive = ["axum-openapi3-derive"]

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

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

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

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

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

[dependencies.axum]
version = "0.8.1"
default-features = false

[dependencies.axum-openapi3-derive]
version = "0.2"
optional = true

[dependencies.once_cell]
version = "1.8.0"

[dependencies.serde]
version = "1.0.214"
default-features = false

[dependencies.utoipa]
version = "5"
features = ["debug"]

[dev-dependencies.anyhow]
version = "1.0.91"

[dev-dependencies.axum]
version = "0.8.1"
features = ["macros"]

[dev-dependencies.serde]
version = "1.0.214"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1.0.132"

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

[dev-dependencies.tower-http]
version = "0.6.1"
features = [
    "trace",
    "cors",
]