[package]
edition = "2021"
rust-version = "1.75.0"
name = "easyhttpmock"
version = "0.1.3-beta.9"
authors = ["Rogerio Araújo <rogerio.araujo@gmail.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "EasyHttpMock is a simple HTTP mock server for testing HTTP clients."
homepage = "https://github.com/ararog/easyhttpmock"
readme = "README.md"
keywords = [
"http",
"mock",
"testing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ararog/easyhttpmock"
resolver = "3"
[package.metadata.docs.rs]
all-features = true
[features]
[lib]
name = "easyhttpmock"
path = "src/lib.rs"
[dependencies.bytes]
version = "1.11.0"
[dependencies.googletest]
version = "0.14.2"
[dependencies.http]
version = "1.4.0"
[dependencies.http-body-util]
version = "0.1.3"
[dependencies.hyper]
version = "1.8.1"
features = ["full"]
[dependencies.hyper-util]
version = "0.1.9"
[dependencies.rand]
version = "0.10.0"
[dependencies.thiserror]
version = "2.0.17"