[dependencies.futures]
version = "0.3"
[dependencies.http]
version = "0.2.4"
[dependencies.hyper]
features = ["client", "http1", "http2", "runtime"]
version = "0.14.7"
[dependencies.pretty_assertions]
optional = true
version = "1.0.0"
[dependencies.serde]
version = "1.0.125"
[dependencies.serde_json]
version = "1.0.64"
[dependencies.url]
version = "2.2.2"
[dev-dependencies.async-trait]
version = "0.1.52"
[dev-dependencies.httpmock]
version = "0.6.5"
[dev-dependencies.reqwest]
features = ["json"]
version = "0.11.4"
[dev-dependencies.tokio]
features = ["macros"]
version = "1.12"
[features]
diff = ["pretty_assertions"]
[package]
authors = ["theredfish <did.julian@gmail.com>"]
categories = ["development-tools::testing"]
description = "Grillon offers an elegant and natural way to approach end-to-end HTTP API testing in Rust."
edition = "2021"
include = ["/src", "LICENSE*", "README.md"]
keywords = ["test", "http", "e2e", "end-to-end"]
license = "MIT OR Apache-2.0"
name = "grillon"
readme = "README.md"
repository = "https://github.com/theredfish/grillon"
resolver = "2"
version = "0.3.0"