easyhttpmock 0.1.3-beta.4

EasyHttpMock is a simple HTTP mock server for testing HTTP clients.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.75.0"
name = "easyhttpmock"
version = "0.1.3-beta.4"
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"
repository = "https://github.com/ararog/easyhttpmock"

[features]
default = [
    "tokio-rt",
    "http2",
    "tokio-rust-tls",
]
http1 = ["vetis/http1"]
http2 = ["vetis/http2"]
http3 = ["vetis/http3"]
smol-rt = [
    "vetis/smol-rt",
    "vetis/__deboa_smol",
]
smol-rust-tls = ["vetis/smol-rust-tls"]
tokio-rt = [
    "vetis/tokio-rt",
    "vetis/__deboa_tokio",
]
tokio-rust-tls = ["vetis/tokio-rust-tls"]

[lib]
name = "easyhttpmock"
path = "src/lib.rs"

[dependencies.bytes]
version = "1.11.0"

[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.9.2"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tokio]
version = "1.0"
features = ["full"]

[dependencies.vetis]
version = "0.1.4-beta.4"
optional = true
default-features = false