anyhow-http-derive 0.4.4

Derive macros for HTTP errors
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 = "2021"
name = "anyhow-http-derive"
version = "0.4.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Derive macros for HTTP errors"
documentation = "https://docs.rs/anyhow-http"
readme = "README.md"
keywords = [
    "error",
    "http",
]
license = "MIT"
repository = "https://github.com/heat1q/anyhow-http"

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

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

[[test]]
name = "derive_http_error"
path = "tests/derive_http_error.rs"

[dependencies.darling]
version = "0.23.0"

[dependencies.http]
version = "1.0"

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

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "2.0"
features = ["full"]

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

[dev-dependencies.bytes]
version = "1.7"