easyhttpmock 0.1.3-beta.10

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.10"
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]
default = [
    "json",
    "xml",
]
json = [
    "dep:sonic-rs",
    "dep:serde_json",
    "dep:jsonpath-rust",
]
xml = [
    "dep:simdxml",
    "dep:serde",
    "dep:serde-xml-rs",
]

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

[dependencies.bytes]
version = "1.11.0"

[dependencies.caramelo]
version = "0.1.1-beta.2"
default-features = false

[dependencies.http]
version = "1.4.0"

[dependencies.http-body-util]
version = "0.1.3"

[dependencies.hyper]
version = "1.10.1"
features = ["full"]

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

[dependencies.jsonpath-rust]
version = "1.0.4"
optional = true

[dependencies.rand]
version = "0.10.0"

[dependencies.regex]
version = "1.12.4"

[dependencies.serde]
version = "1.0.219"
optional = true

[dependencies.serde-xml-rs]
version = "0.8.2"
optional = true

[dependencies.serde_json]
version = "1.0.150"
optional = true

[dependencies.simdxml]
version = "0.2.1"
optional = true

[dependencies.sonic-rs]
version = "0.5.8"
optional = true

[dependencies.thiserror]
version = "2.0.17"