pipey 0.1.0

A lightweight HTTP-to-WebSocket event delivery service.
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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]