pxsolver-errors 1.2.0

Centralized AppError + IntoResponse for px-solver
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"
rust-version = "1.95"
name = "pxsolver-errors"
version = "1.2.0"
authors = ["KeyCode17 <m.daffa.karyudi@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Centralized AppError + IntoResponse for px-solver"
readme = false
license = "AGPL-3.0-or-later"
repository = "https://github.com/KeyCode17/px-solver"

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

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

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

[dependencies.thiserror]
version = "2.0"

[lints.rust]
unsafe_code = "forbid"