api-error-derive 0.1.3

A derive macro for attaching HTTP status codes and user-facing messages to Rust error types.
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.85"
name = "api-error-derive"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A derive macro for attaching HTTP status codes and user-facing messages to Rust error types."
homepage = "https://github.com/centreon/rs-api-error"
readme = "README.md"
keywords = [
    "derive",
    "error",
    "error-handling",
    "http",
]
categories = ["rust-patterns"]
license = "Apache-2.0"
repository = "https://github.com/centreon/rs-api-error"

[features]
axum = []

[lib]
name = "api_error_derive"
path = "src/lib.rs"
proc-macro = true

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "2"
features = [
    "derive",
    "parsing",
    "printing",
    "proc-macro",
]
default-features = false

[dev-dependencies.syn]
version = "2"
features = ["extra-traits"]
default-features = false