cdumay_error_http 0.1.1

A Rust Library for JSON error
Documentation
[dependencies.cdumay_error]
features = ["derive"]
version = "1.0"

[dependencies.http]
version = "1.3"

[dependencies.serde-value]
version = "0.7"

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

[package]
authors = ["Cédric Dumay <cedric.dumay@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Rust Library for JSON error"
documentation = "https://docs.rs/cdumay_error_http"
edition = "2024"
homepage = "https://github.com/cdumay/cdumay_error_http"
license-file = "LICENSE"
name = "cdumay_error_http"
readme = "README.md"
repository = "https://github.com/cdumay/cdumay_error_http"
version = "0.1.1"

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