folk-plugin-http 0.2.0

HTTP plugin for Folk — accepts connections via hyper and dispatches to PHP workers
Documentation
[package]
name = "folk-plugin-http"
version = "0.2.0"
edition = "2024"
rust-version = "1.85"
license = "MIT"
description = "HTTP plugin for Folk — accepts connections via hyper and dispatches to PHP workers"
repository = "https://github.com/Folk-Project/folk-plugin-http"
homepage = "https://github.com/Folk-Project"
keywords = ["folk", "php", "http", "plugin"]
categories = ["asynchronous", "web-programming"]

[dependencies]
folk-api = "0.2"

tokio = { version = "1", features = ["full"] }
axum = "0.8"
bytes = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
async-trait = "0.1"
anyhow = "1"
tracing = "0.1"
humantime-serde = "1"
tower = { version = "0.5", features = ["limit"] }

[dev-dependencies]
tokio = { version = "1", features = ["full"] }