asserhttp 0.2.4

Fluent http response assertions
Documentation
[dependencies.actix-http]
optional = true
version = "2.2.1"

[dependencies.actix-web]
optional = true
version = "3.3.2"

[dependencies.anyhow]
version = "1.0.51"

[dependencies.async-std]
version = "1.10.0"

[dependencies.awc]
optional = true
version = "2.0.3"

[dependencies.http-types]
version = "2.12.0"

[dependencies.hyper]
features = ["client"]
optional = true
version = "0.14.15"

[dependencies.isahc]
features = ["json"]
optional = true
version = "1.6.0"

[dependencies.regex]
version = "1.4.6"

[dependencies.reqwest]
features = ["json", "blocking"]
optional = true
version = "0.11.7"

[dependencies.serde]
version = "1.0.130"

[dependencies.serde_json]
version = "1.0.72"

[dependencies.surf]
optional = true
version = "2.3.2"
[dev-dependencies.actix-rt]
version = "1.1.1"

[dev-dependencies.async-std]
features = ["attributes"]
version = "1.10.0"

[dev-dependencies.serde_json]
version = "1.0.72"

[dev-dependencies.stubr]
version = "0.4.11"

[dev-dependencies.tokio]
features = ["macros"]
version = "1.14.0"

[features]
actix = ["awc", "actix-http", "actix-web"]
default = []

[package]
authors = ["Beltram Maldant"]
categories = ["development-tools::testing", "api-bindings", "web-programming::http-client"]
description = "Fluent http response assertions"
edition = "2021"
homepage = "https://github.com/beltram/asserhttp"
include = ["/src/*", "/tests/*", "/Cargo.toml"]
keywords = ["test", "http", "client", "actix", "reqwest"]
license = "Apache-2.0"
name = "asserhttp"
repository = "https://github.com/beltram/asserhttp"
resolver = "2"
version = "0.2.4"