folk-api 0.1.2

Plugin contract for the Folk PHP application server
Documentation
[package]
name = "folk-api"
version = "0.1.2"
edition = "2024"
rust-version = "1.85"
license = "MIT"
authors = ["Folk Contributors"]
repository = "https://github.com/Folk-Project/folk-api"
description = "Plugin contract for the Folk PHP application server"
keywords = ["folk", "php", "plugin", "async"]
categories = ["asynchronous", "web-programming"]

[dependencies]
async-trait = "0.1"
anyhow = "1"
bytes = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tokio = { version = "1", features = ["sync", "rt"] }
tracing = "0.1"

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