mockforge-proxy 0.3.118

Proxy functionality for forwarding requests to upstream services
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"
name = "mockforge-proxy"
version = "0.3.118"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Proxy functionality for forwarding requests to upstream services"
readme = "README.md"
keywords = [
    "mock",
    "proxy",
    "api",
    "testing",
]
categories = ["development-tools::testing"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/SaaSy-Solutions/mockforge"

[features]
schema = ["dep:schemars"]

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

[dependencies.axum]
version = "0.8"
features = [
    "ws",
    "multipart",
]

[dependencies.mockforge-core]
version = "0.3.118"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]

[dependencies.schemars]
version = "0.8"
optional = true

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2.5"