mockbox 0.2.0

A Rust-based HTTP mock server with scripting capabilities using Rune.
# 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 = "mockbox"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust-based HTTP mock server with scripting capabilities using Rune."
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/hardliner66/mockbox"

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.axum]
version = "0.8.8"

[dependencies.bytes]
version = "1.5"

[dependencies.clap]
version = "4.5.60"
features = [
    "derive",
    "env",
]

[dependencies.reqwest]
version = "0.13.2"
features = ["json"]

[dependencies.rune]
version = "0.14.1"

[dependencies.rune-modules]
version = "0.14.1"
features = ["full"]

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

[dependencies.serde_json]
version = "1.0"

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

[dependencies.tower]
version = "0.5.3"
features = ["util"]

[dependencies.tower-http]
version = "0.6.8"
features = ["trace"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"