[package]
edition = "2024"
name = "pipey"
version = "0.1.0"
authors = ["Peter Nyando"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight HTTP-to-WebSocket event delivery service."
homepage = "https://github.com/anomalous254/pipey"
documentation = "https://docs.rs/pipey"
readme = "README.md"
keywords = [
"websocket",
"realtime",
"events",
"http",
"async",
]
categories = [
"network-programming",
"web-programming",
"asynchronous",
]
license = "MIT"
repository = "https://github.com/anomalous254/pipey"
[[bin]]
name = "pipey"
path = "src/main.rs"
[dependencies]