vespera 0.1.35

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.35"
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 = false
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.axum_typed_multipart]
version = "0.16"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.serde_json]
version = "1"

[dependencies.tempfile]
version = "3"

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

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

[dependencies.vespera_core]
version = "0.1.35"

[dependencies.vespera_macro]
version = "0.1.35"

[lints.clippy]
collection_is_never_read = "warn"
doc_markdown = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
option_if_let_else = "warn"
redundant_pub_crate = "warn"
use_self = "warn"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(tarpaulin_include)"]