mockinx 0.3.1

Codeless mock server: OK, Error, fast, slow, pacing, drops, throttling, chaos
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 = "2024"
name = "mockinx"
version = "0.3.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Codeless mock server: OK, Error, fast, slow, pacing, drops, throttling, chaos"
readme = "README.md"
keywords = [
    "mock",
    "http",
    "testing",
    "chaos",
    "throttle",
]
categories = [
    "development-tools::testing",
    "web-programming::http-server",
]
license = "MIT"
repository = "https://github.com/ogheorghies/mockinx"

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

[[bin]]
name = "mockinx"
path = "src/main.rs"

[[example]]
name = "baseline-server"
path = "benches/baseline.rs"

[[example]]
name = "raw-tcp-server"
path = "benches/raw_tcp.rs"

[[test]]
name = "error_fixtures"
path = "tests/error_fixtures.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[[bench]]
name = "baseline"
path = "benches/baseline.rs"

[[bench]]
name = "raw_tcp"
path = "benches/raw_tcp.rs"

[dependencies.axum]
version = "0.8"

[dependencies.bytes]
version = "1"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.indexmap]
version = "2"
features = ["serde"]

[dependencies.rand]
version = "0.8"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"
features = ["preserve_order"]

[dependencies.serde_yml]
version = "0.0.12"

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

[dependencies.tokio-stream]
version = "0.1"

[dependencies.uuid]
version = "1"
features = ["v4"]

[dependencies.yttp]
version = "0.0.7"

[dev-dependencies.futures-util]
version = "0.3"

[dev-dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "stream",
]