mockbox 0.18.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.18.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"

[features]
cache = []
default = [
    "cache",
    "rugen",
]
rugen = ["dep:rugen"]

[[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.6.0"
features = [
    "derive",
    "env",
]

[dependencies.directories]
version = "6.0.0"

[dependencies.notify]
version = "8.2.0"

[dependencies.parking_lot]
version = "0.12"

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

[dependencies.rugen]
version = "0.10.0"
features = ["fmt"]
optional = true

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

[dependencies.serde_json]
version = "1.0"

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

[dependencies.tracing]
version = "0.1"

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

[target."cfg(unix)".dependencies.is-root]
version = "0.1.3"

[target."cfg(unix)".dependencies.privdrop]
version = "0.5.6"

[profile.dev.package."*"]
opt-level = 3