palladium-http 0.6.0

HTTP listener integration for the Palladium actor runtime
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "palladium-http"
description = "HTTP listener integration for the Palladium actor runtime"
edition.workspace = true
version.workspace = true
license.workspace = true
readme.workspace = true
rust-version.workspace = true

[dependencies]
palladium-actor = { path = "../pd-actor", version = "0.6.0" }
axum = "0.7"
tokio = { version = "1", features = ["net", "time"] }
bytes = "1"
http = "1"