echo_http 0.1.2

Axios like http client for the typescipt devs that just can't let go
Documentation
[dependencies.once_cell]
version = "1.20.2"

[dependencies.reqwest]
features = ["json"]
version = "0.12"

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

[dependencies.serde_json]
version = "1.0.135"

[dependencies.thiserror]
version = "2.0.11"

[dev-dependencies.tokio]
features = ["full"]
version = "1"

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

[package]
authors = ["Giuseppe Gelardi <giuseppegelardi@icloud.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "web-programming"]
description = "Axios like http client for the typescipt devs that just can't let go"
documentation = "https://docs.rs/echo_http"
edition = "2021"
homepage = "https://github.com/giuseppe-g-gelardi/echo_http"
keywords = ["http", "client", "axios", "reqwest", "serde"]
license = "MIT"
name = "echo_http"
readme = "README.md"
repository = "https://github.com/giuseppe-g-gelardi/echo_http"
version = "0.1.2"

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

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

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

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