pidgin-server 0.2.0

HTTP server for the Pidgin agent handoff protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "pidgin-server"

version = "0.2.0"

edition = "2024"

description = "HTTP server for the Pidgin agent handoff protocol"

license = "MIT OR Apache-2.0"

repository = "https://github.com/manojpisini/pidgin"

homepage = "https://github.com/manojpisini/pidgin"



[dependencies]

axum = { version = "0.7", features = ["json"] }

tokio = { version = "1", features = ["macros", "net", "rt-multi-thread"] }

serde = { version = "1.0", features = ["derive"] }

serde_json = "1"

serde_yaml = "=0.9.34"

thiserror = "2"

pidgin-lang = { path = "../../crates/pidgin-lang", version = "0.1.12" }