pushwire 0.1.1

Generic, multiplexed push protocol for real-time applications
Documentation
[package]
name = "pushwire"
description = "Generic, multiplexed push protocol for real-time applications"
readme = "README.md"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
keywords = ["push", "realtime", "websocket", "sse", "multiplexed"]
categories = ["network-programming", "web-programming", "asynchronous"]

[features]
default = ["client"]
client = ["dep:pushwire-client"]
server = ["dep:pushwire-server"]

[dependencies]
pushwire-core = { workspace = true }
pushwire-client = { workspace = true, optional = true }
pushwire-server = { workspace = true, optional = true }