easyhttpmock 0.1.3-beta.8

EasyHttpMock is a simple HTTP mock server for testing HTTP clients.
# 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.8"
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"

[package.metadata.docs.rs]
all-features = true

[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",
    "dep:vetis-core",
    "vetis/default-rustls-provider",
]
tokio-rt = [
    "vetis/tokio-rt",
    "vetis/__deboa_tokio",
]
tokio-rust-tls = [
    "vetis/tokio-rust-tls",
    "dep:vetis-core",
    "vetis/default-rustls-provider",
]

[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"]
default-features = false

[dependencies.hyper-util]
version = "0.1.9"

[dependencies.rand]
version = "0.10.0"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tokio]
version = "1.50"
features = ["full"]
default-features = false

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

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