[package]
name = "libfw-server"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Embeddable libfw server handlers/middleware (axum integration)"
keywords = ["server", "axum", "http", "streaming", "transfer"]
categories = ["network-programming", "web-programming"]
[dependencies]
libfw-core.workspace = true
axum.workspace = true
tokio.workspace = true
tower.workspace = true
tower-http.workspace = true
http.workspace = true
bytes.workspace = true
serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true
async-trait.workspace = true
futures.workspace = true
sha2.workspace = true
time.workspace = true
tokio-stream = "0.1"
[dev-dependencies]
tempfile = "3"
tower.workspace = true
http-body-util = "0.1"
tokio-tungstenite.workspace = true
futures-util = "0.3"