axum-error-sets 0.4.0

Typed, composable HTTP error sets for Axum and Aide
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 = "axum-error-sets"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Typed, composable HTTP error sets for Axum and Aide"
homepage = "https://github.com/jvdwrf/axum-error-sets"
readme = "README.md"
keywords = [
    "axum",
    "error-handling",
    "type-sets",
    "openapi",
    "aide",
]
categories = [
    "web-programming::http-server",
    "rust-patterns",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jvdwrf/axum-error-sets"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
_ra = ["aide"]
aide = [
    "dep:aide",
    "dep:schemars",
]
default = []

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

[[example]]
name = "1_status_mappings"
path = "examples/1_status_mappings.rs"

[[example]]
name = "2_handlers"
path = "examples/2_handlers.rs"

[[example]]
name = "3_aide"
path = "examples/3_aide.rs"

[[example]]
name = "4_utoipa"
path = "examples/4_utoipa.rs"

[dependencies.aide]
version = "0.15"
optional = true

[dependencies.axum]
version = "0.8"
features = ["json"]

[dependencies.axum-core]
version = "0.5"

[dependencies.http]
version = "1"

[dependencies.schemars]
version = "0.9"
optional = true

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

[dependencies.type-sets]
version = "0.2"

[dev-dependencies.aide]
version = "0.15"
features = [
    "axum-query",
    "axum-json",
    "axum-tokio",
    "axum-form",
    "macros",
]

[dev-dependencies.axum]
version = "0.8"
features = [
    "macros",
    "json",
]

[dev-dependencies.axum-typed-routing]
version = "0.4"
features = ["aide"]

[dev-dependencies.rootcause]
version = "0.13"

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

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

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

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