easyhttpmock 0.1.1

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.64.0"
name = "easyhttpmock"
version = "0.1.1"
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"]
smol-rust-tls = ["vetis/smol-rust-tls"]
tokio-rt = ["vetis/tokio-rt"]
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"

[dependencies.rand]
version = "0.9.2"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.vetis]
version = "0.1.3"
optional = true
default-features = false