vespera 0.1.23

A fully automated OpenAPI engine for Axum with zero-config route and schema discovery
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 = "vespera"
version = "0.1.23"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fully automated OpenAPI engine for Axum with zero-config route and schema discovery"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/dev-five-git/vespera"
resolver = "2"

[features]
default = [
    "dep:axum-extra",
    "axum-extra/typed-header",
    "axum-extra/form",
    "axum-extra/query",
    "axum-extra/multipart",
    "axum-extra/cookie",
]

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

[dependencies.axum]
version = "0.8"

[dependencies.axum-extra]
version = "0.12"
optional = true

[dependencies.serde_json]
version = "1"

[dependencies.tower-layer]
version = "0.3"

[dependencies.tower-service]
version = "0.3"

[dependencies.vespera_core]
version = "0.1.23"

[dependencies.vespera_macro]
version = "0.1.23"