raxios 0.2.0-alpha

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]
features = ["json"]
version = "0.11.11"

[dependencies.serde]
version = "1.0.144"

[dependencies.serde_json]
version = "1.0.85"

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

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

[package]
description = "An easy to use HTTP client for Rust based off of JS Axios library"
edition = "2021"
license = "MIT"
name = "raxios"
readme = "README.md"
repository = "https://github.com/dbidwell94/raxios"
resolver = "2"
version = "0.2.0-alpha"