[dependencies.cdumay_core]
version = "0.1"
[dependencies.serde-value]
version = "0.7"
[lib]
name = "cdumay_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 HTTP data"
documentation = "https://docs.rs/cdumay_http"
edition = "2024"
homepage = "https://github.com/cdumay/cdumay_http"
license-file = "LICENSE"
name = "cdumay_http"
readme = "README.md"
repository = "https://github.com/cdumay/cdumay_http"
version = "0.1.1"
[[test]]
name = "http_error"
path = "tests/http_error.rs"