raxios 0.5.2

An easy to use HTTP client for Rust based off of JS Axios library
Documentation
[dependencies.anyhow]
version = "1.0.63"

[dependencies.bytes]
version = "1.2.1"

[dependencies.reqwest]
version = "0.11.11"

[dependencies.serde]
version = "1.0.144"

[dependencies.serde-xml-rs]
version = "0.6.0"

[dependencies.serde_json]
version = "1.0.85"

[dependencies.serde_urlencoded]
version = "0.7.1"

[dependencies.thiserror]
version = "1.0.33"

[dev-dependencies.httpmock]
version = "0.6.6"

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

[package]
authors = ["Devin Bidwell <dbidwell94@gmail.com>"]
description = "An easy to use HTTP client for Rust based off of JS Axios library"
edition = "2021"
keywords = ["async", "http", "axios", "web", "reqwest"]
license = "MIT"
name = "raxios"
readme = "README.md"
repository = "https://github.com/dbidwell94/raxios"
resolver = "2"
version = "0.5.2"