poem-proxy 0.2.0

A simple proxy endpoint compatible with the Poem web framework
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.65.0"
name = "poem-proxy"
version = "0.2.0"
authors = ["Joey <josephameadows@gmail.com>"]
description = "A simple proxy endpoint compatible with the Poem web framework"
readme = "README.md"
keywords = [
    "poem",
    "http",
    "proxy",
    "web",
    "async",
]
categories = [
    "network-programming",
    "web-programming",
    "web-programming::http-server",
    "web-programming::websocket",
]
license = "MIT"
repository = "https://github.com/Parrhesia-Base/poem-proxy"

[dependencies.async-trait]
version = "0.1.58"

[dependencies.futures-util]
version = "0.3.25"

[dependencies.http]
version = "0.2.8"

[dependencies.httparse]
version = "1.8.0"

[dependencies.poem]
version = "1.3.48"
features = ["websocket"]

[dependencies.reqwest]
version = "0.11.12"

[dependencies.tokio]
version = "1.21.2"

[dependencies.tokio-tungstenite]
version = "0.17.2"