warpin-errors 0.2.2

Error types and handling utilities for the Warpin 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 = "2024"
name = "warpin-errors"
version = "0.2.2"
authors = ["Warpin Engineering <dev@warpin.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Error types and handling utilities for the Warpin framework"
readme = false
license = "MIT"
repository = "https://github.com/warpin/warpin-rs"
resolver = "2"

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

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

[dependencies.thiserror]
version = "2.0.18"

[dependencies.utoipa]
version = "5.4"
features = [
    "axum_extras",
    "chrono",
    "uuid",
]